My program doesn't have bugs. It just develops random features.

UE2:ServerQueryClient (UE2Runtime)

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

null

Properties

bLANQuery

Type: bool


Enums

EPingCause

PC_Unknown 
PC_Clicked 
PC_AutoPing 
PC_LANBroadcast 

EQueryInterfaceCommand

QI_Ping 
QI_Rules 
QI_Players 
QI_RulesAndPlayers 
QI_SmallPing 

Delegates

OnPingTimeout

delegate OnPingTimeout (int ListID, EPingCause PingCause)


OnReceivedPingInfo

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


Functions

Native functions

CancelPings

native function CancelPings ()


PingServer

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


Other instance functions

BroadcastPingRequest

function BroadcastPingRequest ()