UE2:ServerQueryClient (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2003 Object >> Actor >> Info >> MasterServerLink >> ServerQueryClient
Package:
IpDrv
Direct subclasses:
LANQueryClient, MasterServerClient
This class in other games:

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, GameInfo.ServerResponseLine s)


Functions

Native functions

CancelPings

native function CancelPings ()


PingServer

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


Other instance functions

BroadcastPingRequest

function BroadcastPingRequest ()