Cogito, ergo sum

UE2:MasterServerUplink (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> Actor >> Info >> MasterServerLink >> MasterServerUplink
Package: 
IpDrv
This class in other games:
UT2003, U2, UT2004

null

Properties

bReconnectPending

Type: bool


DoLANBroadcast

Type: bool

Modifiers: globalconfig


DoUplink

Type: bool

Modifiers: globalconfig


Default value: True

GamespyQueryLink

Type: UdpLink


GameStats

Type: MasterServerGameStats


MatchID

Type: int

Modifiers: const


ReconnectTime

Type: float


SendStats

Type: bool

Modifiers: globalconfig


Default value: True

ServerBehindNAT

Type: bool

Modifiers: globalconfig


ServerState

Type: Info.ServerResponseLine


UplinkToGamespy

Type: bool

Modifiers: globalconfig


Default value: True

Enums

EHeartbeatType

HB_QueryInterface 
HB_GamePort 
HB_GamespyQueryPort 

EMasterToServer

MTS_ClientChallenge 
MTS_ClientAuthFailed 
MTS_Shutdown 
MTS_MatchID 
MTS_MD5Update 

EServerToMaster

STM_ClientResponse 
STM_GameState 
STM_Stats 
STM_ClientDisconnectFailed 
STM_MD5Version 

Structs

MD5UpdateData

Modifiers: native, export

string Guid 
string MD5 
int Revision 

Functions

Native functions

LogStatLine

native event bool LogStatLine (string StatLine)


Reconnect

native function Reconnect ()


Events

BeginPlay

event BeginPlay ()

Overrides: Actor.BeginPlay


ConnectionFailed

event ConnectionFailed (bool bShouldReconnect)


Refresh

event Refresh ()


Tick

simulated event Tick (float Delta)

Overrides: MasterServerLink.Tick