Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:Info (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> Actor >> Info
Package: 
Engine
Direct subclasses:
AccessControl, BroadcastHandler, CameraTextureClient, FileLog, FluidSurfaceInfo, GameInfo, GameRules, GameStats, InternetInfo, LocalMessage, MapList, MasterServerLink, MessageTextureClient, Mutator, Security, PotentialClimbWatcher, ReplicationInfo, SavedMove, SceneManager, ScoreBoard, TerrainInfo, TestInfo, VoicePack, VolumeTimer, ZoneInfo
Known custom subclass:
Round_Robin
This class in other games:
RTNP, U1, UT, U2XMP, UT2003, U2, UT2004, UT3, UDK

Info, the root of all information holding classes.

Default values[edit]

Property Value
bHidden True
bOnlyDirtyReplication True
bSkipActorPropertyReplication True
NetUpdateFrequency 10.0
RemoteRole ROLE_None

Structs[edit]

KeyValuePair[edit]

Modifiers: native, export

string Key 
string Value 

PlayerResponseLine[edit]

Modifiers: native, export

int PlayerNum 
int PlayerID 
string PlayerName 
int Ping 
int Score 
int StatsID 
array<KeyValuePair> PlayerInfo 

ServerResponseLine[edit]

Modifiers: native, export

int ServerID 
string IP 
int Port 
int QueryPort 
string ServerName 
string MapName 
string GameType 
int CurrentPlayers 
int MaxPlayers 
int Ping 
array<KeyValuePair> ServerInfo 
array<PlayerResponseLine> PlayerInfo