Always snap to grid

UE2:ServerQueryClient (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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, EQueryInterfaceCommand Query, 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 ()