Gah - a solution with more questions. – EntropicLqd
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
MSUPROPNUM
Value: 3
Properties
bIgnoreUTANBans
Type: bool
Modifiers: globalconfig
bInitialStateCached
Type: bool
bReconnectPending
Type: bool
CachedServerState
Type: GameInfo.ServerResponseLine
CachePlayerCount
Type: int
Default value: -1
CacheRefreshTime
Type: float
DoLANBroadcast
Type: bool
Modifiers: globalconfig
DoUplink
Type: bool
Modifiers: globalconfig
Default value: True
FullCachedServerState
Type: GameInfo.ServerResponseLine
GamespyQueryLink
Type: UdpLink
GameStats
Type: MasterServerGameStats
MatchID
Type: int
Modifiers: const
MSUPropDesc
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
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
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
- MTS_ClientMD5Fail
- MTS_ClientBanned
- MTS_ClientDupKey
- MTS_UTANBan
EServerToMaster
- STM_ClientResponse
- STM_GameState
- STM_Stats
- STM_ClientDisconnectFailed
- STM_MD5Version
- STM_CheckOptionReply
Structs
MD5UpdateData
Modifiers: native, export
Functions
Static events
GetDescriptionText
Overrides: Info.GetDescriptionText
Other static functions
FillPlayInfo
Overrides: Info.FillPlayInfo
Native functions
LogStatLine
ForceGameStateRefresh
Reconnect
Events
BeginPlay
Overrides: Actor.BeginPlay
ConnectionFailed
Refresh
Tick
Overrides: MasterServerLink.Tick