Always snap to grid
UE2:MasterServerUplink (UT2004)
Object >> Actor >> Info >> MasterServerLink >> MasterServerUplink |
Contents
- 1 Constants
- 2 Properties
- 2.1 bIgnoreUTANBans
- 2.2 bInitialStateCached
- 2.3 bReconnectPending
- 2.4 CachedServerState
- 2.5 CachePlayerCount
- 2.6 CacheRefreshTime
- 2.7 DoLANBroadcast
- 2.8 DoUplink
- 2.9 FullCachedServerState
- 2.10 GamespyQueryLink
- 2.11 GameStats
- 2.12 MatchID
- 2.13 MSUPropDesc
- 2.14 MSUPropText
- 2.15 ReconnectTime
- 2.16 SendStats
- 2.17 ServerBehindNAT
- 2.18 ServerState
- 2.19 UplinkToGamespy
- 3 Enums
- 4 Structs
- 5 Functions
- Package:
- IpDrv
- This class in other games:
- UE2Runtime, UT2003, U2
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
Constants[edit]
MSUPROPNUM[edit]
Value: 3
Properties[edit]
bIgnoreUTANBans[edit]
Type: bool
Modifiers: globalconfig
bInitialStateCached[edit]
Type: bool
bReconnectPending[edit]
Type: bool
CachedServerState[edit]
Type: GameInfo.ServerResponseLine
CachePlayerCount[edit]
Type: int
Default value: -1
CacheRefreshTime[edit]
Type: float
DoLANBroadcast[edit]
Type: bool
Modifiers: globalconfig
DoUplink[edit]
Type: bool
Modifiers: globalconfig
Default value: True
FullCachedServerState[edit]
Type: GameInfo.ServerResponseLine
GamespyQueryLink[edit]
Type: UdpLink
GameStats[edit]
Type: MasterServerGameStats
MatchID[edit]
Type: int
Modifiers: const
MSUPropDesc[edit]
Type: string
Array size: 3 (MSUPROPNUM
)
Modifiers: localized
Default value, index 0: "if true, your server is advertised on the internet server browser."
Default value, index 1: "Publishes player stats from your server on the UT2004 stats website."
Default value, index 2: "If true, your server will ignore UTAN based bans coming from the master server."
MSUPropText[edit]
Type: string
Array size: 3 (MSUPROPNUM
)
Modifiers: localized
Default value, index 0: "Advertise Server"
Default value, index 1: "Process Stats"
Default value, index 2: "Ignore UTAN Bans"
ReconnectTime[edit]
Type: float
SendStats[edit]
Type: bool
Modifiers: globalconfig
Default value: True
ServerBehindNAT[edit]
Type: bool
Modifiers: globalconfig
ServerState[edit]
Type: GameInfo.ServerResponseLine
UplinkToGamespy[edit]
Type: bool
Modifiers: globalconfig
Default value: True
Enums[edit]
EHeartbeatType[edit]
- HB_QueryInterface
- HB_GamePort
- HB_GamespyQueryPort
EMasterToServer[edit]
- MTS_ClientChallenge
- MTS_ClientAuthFailed
- MTS_Shutdown
- MTS_MatchID
- MTS_MD5Update
- MTS_UpdateOption
- MTS_CheckOption
- MTS_ClientMD5Fail
- MTS_ClientBanned
- MTS_ClientDupKey
- MTS_UTANBan
EServerToMaster[edit]
- STM_ClientResponse
- STM_GameState
- STM_Stats
- STM_ClientDisconnectFailed
- STM_MD5Version
- STM_CheckOptionReply
Structs[edit]
MD5UpdateData[edit]
Modifiers: native, export
Functions[edit]
Static events[edit]
GetDescriptionText[edit]
Overrides: Info.GetDescriptionText
Other static functions[edit]
FillPlayInfo[edit]
Overrides: Info.FillPlayInfo
Native functions[edit]
LogStatLine[edit]
ForceGameStateRefresh[edit]
Reconnect[edit]
Events[edit]
BeginPlay[edit]
Overrides: Actor.BeginPlay
ConnectionFailed[edit]
Refresh[edit]
Tick[edit]
Overrides: MasterServerLink.Tick