Mostly Harmless

UE1:UBrowserServerPing (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink >> UBrowserServerPing
Package: 
UBrowser
This class in other games:
RTNP, U1

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


BalanceTeamsText

Type: string

Modifiers: localized


Default value: "Bots Balance Teams"

BindAttempts

Type: int


BindRetryTime

Type: int

Modifiers: config


Default value: 10

bInitial

Type: bool


bJustThisServer

Type: bool


bNoSort

Type: bool


BotSkillText

Type: string

Modifiers: localized


Default value: "Bot Skill"

bUseMapName

Type: bool

Modifiers: config


ChangeLevelsText

Type: string

Modifiers: localized


Default value: "Change Levels"

DedicatedText

Type: string

Modifiers: localized


Default value: "Dedicated"

FalseString

Type: string

Modifiers: localized


Default value: "Disabled"

FragLimitText

Type: string

Modifiers: localized


Default value: "Frag Limit"

FriendlyFireText

Type: string

Modifiers: localized


Default value: "Friendly Fire Damage"

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"

GoalTeamScoreText

Type: string

Modifiers: localized


Default value: "Required Team Score"

LastDelta

Type: float


MaxBindAttempts

Type: int

Modifiers: config


Default value: 5

MaxTeamsText

Type: string

Modifiers: localized


Default value: "Max Teams"

MinNetVersionText

Type: string

Modifiers: localized


Default value: "Min. Compatible Version"

MinPlayersText

Type: string

Modifiers: localized


Default value: "Bots Enter Game for Min. of"

MultiplayerBotsText

Type: string

Modifiers: localized


Default value: "Bots in Multiplayer"

MutatorsText

Type: string

Modifiers: localized


Default value: "Mutators"

NonDedicatedText

Type: string

Modifiers: localized


Default value: "Non-Dedicated"

PasswordText

Type: string

Modifiers: localized


Default value: "Requires Password"

PingAttempts

Type: int


PingTimeout

Type: int

Modifiers: config


Default value: 1

PlayersBalanceTeamsText

Type: string

Modifiers: localized


Default value: "Force Team Balance"

PlayersText

Type: string

Modifiers: localized


Default value: "Players"

QueryState

Type: name


RequestSentTime

Type: float


Server

Type: UBrowserServerList


ServerAddressText

Type: string

Modifiers: localized


Default value: "Server Address"

ServerIPAddr

Type: InternetLink.IpAddr


ServerModeText

Type: string

Modifiers: localized


Default value: "Server Mode"

TimeLimitText

Type: string

Modifiers: localized


Default value: "Time Limit"

TournamentText

Type: string

Modifiers: localized


Default value: "Tournament Mode"

TrueString

Type: string

Modifiers: localized


Default value: "Enabled"

WorldLogText

Type: string

Modifiers: localized


Default value: "ngWorldStats"

WorldLogWorkingFalse

Type: string

Modifiers: localized


Default value: "Not Processing Stats Correctly"

WorldLogWorkingText

Type: string

Modifiers: localized


Default value: "ngWorldStats Status"

WorldLogWorkingTrue

Type: string

Modifiers: localized


Default value: "Processing Stats Correctly"

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)


LocalizeSkin

function string LocalizeSkin (string SkinName)


LocalizeTeam

function string LocalizeTeam (string TeamNum)


ParseReply

function string ParseReply (string Text, string Key)


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