There is no spoon

UE2:ServerQueryClient (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 Object >> Actor >> Info >> MasterServerLink >> ServerQueryClient

Contents

Package: 
IpDrv
Direct subclasses:
LANQueryClient, MasterServerClient
This class in other games:
U2, UE2Runtime, UT2004

null

[edit] Properties

[edit] bLANQuery

Type: bool


[edit] Enums

[edit] EPingCause

PC_Unknown 
PC_Clicked 
PC_AutoPing 
PC_LANBroadcast 

[edit] EQueryInterfaceCommand

QI_Ping 
QI_Rules 
QI_Players 
QI_RulesAndPlayers 
QI_SmallPing 

[edit] Delegates

[edit] OnPingTimeout

delegate OnPingTimeout (int ListID, EPingCause PingCause)


[edit] OnReceivedPingInfo

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


[edit] Functions

[edit] Native functions

[edit] CancelPings

native function CancelPings ()


[edit] PingServer

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


[edit] Other instance functions

[edit] BroadcastPingRequest

function BroadcastPingRequest ()