Cogito, ergo sum
UE2:MasterServerUplink (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> MasterServerLink >> MasterServerUplink |
Contents
- Package:
- IpDrv
- This class in other games:
- UE2Runtime, U2, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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: GameInfo.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
- MTS_UpdateOption
- MTS_CheckOption
EServerToMaster
- STM_ClientResponse
- STM_GameState
- STM_Stats
- STM_ClientDisconnectFailed
- STM_MD5Version
- STM_CheckOptionReply
Structs
MD5UpdateData
Modifiers: native, export
Functions
Native functions
LogStatLine
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