I'm a doctor, not a mechanic

UE1:UBrowserServerPing (U1)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U1 Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink >> UBrowserServerPing
Package: 
UBrowser
This class in other games:
RTNP, UT

UBrowserServerPing: Query an Unreal server for its details

Properties

AdminEmailText

Type: string

Modifiers: localized


Default value: "Admin Email"

AdminNameText

Type: string

Modifiers: localized


Default value: "Admin Name"

AttemptNumber

Type: int


BindAttempts

Type: int


BindRetryTime

Type: int

Modifiers: config


Default value: 10

bInitial

Type: bool


bJustThisServer

Type: bool


bNoSort

Type: bool


ChangeLevelsText

Type: string

Modifiers: localized


Default value: "Change Levels"

ElapsedTime

Type: float


FalseString

Type: string

Modifiers: localized


Default value: "Disabled"

FragLimitText

Type: string

Modifiers: localized


Default value: "Frag Limit"

GameModeText

Type: string

Modifiers: localized


Default value: "Game Mode"

GameTypeText

Type: string

Modifiers: localized


Default value: "Game Type"

GameVersionText

Type: string

Modifiers: localized


Default value: "Game Version"

MaxBindAttempts

Type: int

Modifiers: config


Default value: 5

MultiplayerBotsText

Type: string

Modifiers: localized


Default value: "Bots in Multiplayer"

PingAttempts

Type: int


PingTimeout

Type: int

Modifiers: config


Default value: 5

QueryState

Type: name


Server

Type: UBrowserServerList


ServerIPAddr

Type: InternetLink.IpAddr


TimeLimitText

Type: string

Modifiers: localized


Default value: "Time Limit"

TrueString

Type: string

Modifiers: localized


Default value: "Enabled"

WorldLogText

Type: string

Modifiers: localized


Default value: "ngStats World Stat-Logging"

Functions

Events

Resolved

event Resolved (InternetLink.IpAddr Addr)

Overrides: InternetLink.Resolved


Other instance functions

AddRule

function AddRule (string Rule, string Value)


GetNextValue

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


LocalizeBoolValue

function string LocalizeBoolValue (string Value)


StartQuery

function StartQuery (name S, int InPingAttempts)


ValidateServer

function ValidateServer ()


States

BindFailed

BindFailed.Timer

event Timer ()

Overrides: Actor.Timer (global)


Binding

GetInfo

GetInfo.ReceivedText

event ReceivedText (InternetLink.IpAddr Addr, string Text)

Overrides: UdpLink.ReceivedText (global)


GetInfo.Tick

event Tick (float DeltaTime)

Overrides: Actor.Tick (global)


GetInfo.Timer

event Timer ()

Overrides: Actor.Timer (global)


GetStatus

GetStatus.ReceivedText

event ReceivedText (InternetLink.IpAddr Addr, string Text)

Overrides: UdpLink.ReceivedText (global)


GetStatus.Timer

event Timer ()

Overrides: Actor.Timer (global)


Resolving