UE2:ServerQueryClient (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 ()