I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:ServerQueryClient (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:EPingCause (UT2003))
Object >> Actor >> Info >> MasterServerLink >> ServerQueryClient |
- Package:
- IpDrv
- Direct subclasses:
- LANQueryClient, MasterServerClient
- This class in other games:
- UE2Runtime, U2, UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
bLANQuery[edit]
Type: bool
Enums[edit]
EPingCause[edit]
- PC_Unknown
- PC_Clicked
- PC_AutoPing
- PC_LANBroadcast
EQueryInterfaceCommand[edit]
- QI_Ping
- QI_Rules
- QI_Players
- QI_RulesAndPlayers
- QI_SmallPing
Delegates[edit]
OnPingTimeout[edit]
delegate OnPingTimeout (int ListID, EPingCause PingCause)
OnReceivedPingInfo[edit]
Functions[edit]
Native functions[edit]
CancelPings[edit]
native function CancelPings ()
PingServer[edit]
native function PingServer (int ListID, EPingCause PingCause, string IP, int Port, EQueryInterfaceCommand Command, GameInfo.ServerResponseLine CurrentState)
Other instance functions[edit]
BroadcastPingRequest[edit]
function BroadcastPingRequest ()