Gah - a solution with more questions. – EntropicLqd

Legacy:ServerQueryClient

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 UT2004 Land of the Dead :: Object >> Actor >> Info >> MasterServerLink >> ServerQueryClient

Properties[edit]

bool bLANQuery 
Set to True if you are querying a LAN server, false if an Internet server

Enums[edit]

EPingCause[edit]

PC_Unknown 
PC_Clicked 
PC_AutoPing 
PC_LANBroadcast 

EQueryInterfaceCommand[edit]

QI_Ping 
QI_Rules 
QI_Players 
QI_RulesAndPlayers 
QI_SmallPing 

Delegates[edit]

OnPingTimeout(int ListID, EPingCause PingCause )
OnReceivedPingInfo(int ListID, EPingCause PingCause, GameInfo.ServerResponseLine s )

Functions[edit]

BroadcastPingRequest( )
CancelPings( )
PingServer(int ListID, EPingCause PingCause, string IP, int Port, EQueryInterfaceCommand Command, GameInfo.ServerResponseLine CurrentState )

Discussion[edit]

EricBlade: I'm working on building a nice server browser sort of thingee, and happened to notice the SmallPing option here. I tried it in place of my QI_Ping use, but I never got a reply back from any of the servers. Anyone have any idea what it's for?