There is no spoon
UE2:MasterServerClient (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> MasterServerLink >> ServerQueryClient >> MasterServerClient |
- 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
Property group 'Query'
Query
ResultCount
Type: int
Modifiers: const
Internal variables
MSLinkPtr
Type: pointer
Modifiers: native, const
Enums
EClientToMaster
- CTM_Query
- CTM_GetMOTD
- CTM_QueryUpgrade
EMOTDResponse
- MR_MOTD
- MR_MandatoryUpgrade
- MR_OptionalUpgrade
- MR_NewServer
- MR_IniSetting
- MR_Command
EQueryType
- QT_Equals
- QT_NotEquals
- QT_LessThan
- QT_LessThanEquals
- QT_GreaterThan
- QT_GreaterThanEquals
EResponseInfo
- RI_AuthenticationFailed
- RI_ConnectionFailed
- RI_ConnectionTimeout
- RI_Success
- RI_MustUpgrade
Structs
QueryData
Modifiers: native, export
- string Key
- string Value
- EQueryType QueryType
Delegates
OnQueryFinished
delegate OnQueryFinished (EResponseInfo ResponseInfo, int Info)
OnReceivedMOTDData
delegate OnReceivedMOTDData (EMOTDResponse Command, string Value)
OnReceivedServer
delegate OnReceivedServer (GameInfo.ServerResponseLine s)
Native functions
LaunchAutoUpdate
native function LaunchAutoUpdate ()
StartQuery
native function StartQuery (EClientToMaster Command)
Stop
native function Stop ()