Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UBrowser.UBrowserServerPing

Extends
UdpLink

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.InternetInfo
         |   
         +-- IpDrv.InternetLink
            |   
            +-- IpDrv.UdpLink
               |   
               +-- UBrowser.UBrowserServerPing

Variables Summary
stringAdminEmailText
stringAdminNameText
intAttemptNumber
intBindAttempts
intBindRetryTime
boolbInitial
boolbJustThisServer
boolbNoSort
stringChangeLevelsText
floatElapsedTime
stringFalseString
stringFragLimitText
stringGameModeText
stringGameTypeText
stringGameVersionText
intMaxBindAttempts
stringMultiplayerBotsText
intPingAttempts
intPingTimeout
nameQueryState
UBrowserServerListServer
IpAddrServerIPAddr
stringTimeLimitText
stringTrueString
stringWorldLogText
Inherited Variables from IpDrv.UdpLink
BroadcastAddr
Inherited Variables from IpDrv.InternetLink
DataPending, LinkMode, Port, PrivateResolveInfo, ReceiveMode, RemoteSocket, Socket

Enumerations Summary
Inherited Enumerations from IpDrv.InternetLink
ELinkMode, EReceiveMode

Structures Summary
Inherited Structures from IpDrv.InternetLink
IpAddr

Functions Summary
function AddRule (string Rule, string Value)
functionbool GetNextValue (string In, out string Out, out string Result)
functionstring LocalizeBoolValue (string Value)
event ReceivedText (IpAddr Addr, string Text)
GetInfo
event ReceivedText (IpAddr Addr, string Text)
GetStatus
function Resolved (IpAddr Addr)
function StartQuery (name S, int InPingAttempts)
event Tick (Float DeltaTime)
GetInfo
event Timer ()
BindFailed
event Timer ()
GetInfo
event Timer ()
GetStatus
function ValidateServer ()
Inherited Functions from IpDrv.UdpLink
BindPort, ReadBinary, ReadText, ReceivedBinary, ReceivedLine, ReceivedText, SendBinary, SendText
Inherited Functions from IpDrv.InternetLink
GetLastError, IpAddrToString, IsDataPending, ParseURL, Resolve, Resolved, ResolveFailed, Validate

States Summary
BindFailed Source code
state BindFailed
Timer
Binding Source code
state Binding
GetInfo Source code
state GetInfo
ReceivedText, Tick, Timer
GetStatus Source code
state GetStatus
ReceivedText, Timer
Resolving Source code
state Resolving


Variables Detail

AdminEmailText Source code

var localized string AdminEmailText;

AdminNameText Source code

var localized string AdminNameText;

AttemptNumber Source code

var int AttemptNumber;

BindAttempts Source code

var int BindAttempts;

BindRetryTime Source code

var config int BindRetryTime;

bInitial Source code

var bool bInitial;

bJustThisServer Source code

var bool bJustThisServer;

bNoSort Source code

var bool bNoSort;

ChangeLevelsText Source code

var localized string ChangeLevelsText;

ElapsedTime Source code

var float ElapsedTime;

FalseString Source code

var localized string FalseString;

FragLimitText Source code

var localized string FragLimitText;

GameModeText Source code

var localized string GameModeText;

GameTypeText Source code

var localized string GameTypeText;

GameVersionText Source code

var localized string GameVersionText;

MaxBindAttempts Source code

var config int MaxBindAttempts;

MultiplayerBotsText Source code

var localized string MultiplayerBotsText;

PingAttempts Source code

var int PingAttempts;

PingTimeout Source code

var config int PingTimeout;

QueryState Source code

var name QueryState;

Server Source code

var UBrowserServerList Server;

ServerIPAddr Source code

var IpAddr ServerIPAddr;

TimeLimitText Source code

var localized string TimeLimitText;

TrueString Source code

var localized string TrueString;

WorldLogText Source code

var localized string WorldLogText;


Functions Detail

AddRule Source code

function AddRule ( string Rule, string Value )

GetNextValue Source code

function bool GetNextValue ( string In, out string Out, out string Result )

LocalizeBoolValue Source code

function string LocalizeBoolValue ( string Value )

ReceivedText GetInfo Source code

event ReceivedText ( IpAddr Addr, string Text )

ReceivedText GetStatus Source code

event ReceivedText ( IpAddr Addr, string Text )

Resolved Source code

function Resolved ( IpAddr Addr )

StartQuery Source code

function StartQuery ( name S, int InPingAttempts )

Tick GetInfo Source code

event Tick ( Float DeltaTime )

Timer BindFailed Source code

event Timer ( )

Timer GetInfo Source code

event Timer ( )

Timer GetStatus Source code

event Timer ( )

ValidateServer Source code

function ValidateServer ( )


Defaultproperties

defaultproperties
{
     AdminEmailText="Admin Email"
     AdminNameText="Admin Name"
     ChangeLevelsText="Change Levels"
     MultiplayerBotsText="Bots in Multiplayer"
     FragLimitText="Frag Limit"
     TimeLimitText="Time Limit"
     GameModeText="Game Mode"
     GameTypeText="Game Type"
     GameVersionText="Game Version"
     WorldLogText="ngStats World Stat-Logging"
     TrueString="Enabled"
     FalseString="Disabled"
     MaxBindAttempts=5
     BindRetryTime=10
     PingTimeout=5
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:01:28.703 - Created with UnCodeX