Gah - a solution with more questions. – EntropicLqd

UE2:ServerQueryClient (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Info >> MasterServerLink >> ServerQueryClient
Package: 
IpDrv
Direct subclasses:
MasterServerClient, LANQueryClient
This class in other games:
UE2Runtime, UT2003, UT2004

null

Properties[edit]

bLANQuery[edit]

Type: bool


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[edit]

delegate OnPingTimeout (int ListID, EPingCause PingCause)


OnReceivedPingInfo[edit]

delegate OnReceivedPingInfo (int ListID, EPingCause PingCause, EQueryInterfaceCommand Query, Info.ServerResponseLine s)


Functions[edit]

Native functions[edit]

CancelPings[edit]

native function CancelPings ()


PingServer[edit]

native function PingServer (int ListID, EPingCause PingCause, string IP, int Port, EQueryInterfaceCommand Command, Info.ServerResponseLine CurrentState)


Other instance functions[edit]

BroadcastPingRequest[edit]

function BroadcastPingRequest ()