UE2:Info (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
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:

Info, the root of all information holding classes.

Default values

Structs

KeyValuePair

Modifiers: native, export

string Key
string Value

PlayerResponseLine

Modifiers: native, export

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

ServerResponseLine

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