I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:UBrowserServerPing (UT)
Object >> Actor >> Info >> InternetInfo >> InternetLink >> UdpLink >> UBrowserServerPing |
Contents
- 1 Properties
- 1.1 AdminEmailText
- 1.2 AdminNameText
- 1.3 AttemptNumber
- 1.4 BalanceTeamsText
- 1.5 BindAttempts
- 1.6 BindRetryTime
- 1.7 bInitial
- 1.8 bJustThisServer
- 1.9 bNoSort
- 1.10 BotSkillText
- 1.11 bUseMapName
- 1.12 ChangeLevelsText
- 1.13 DedicatedText
- 1.14 FalseString
- 1.15 FragLimitText
- 1.16 FriendlyFireText
- 1.17 GameModeText
- 1.18 GameTypeText
- 1.19 GameVersionText
- 1.20 GoalTeamScoreText
- 1.21 LastDelta
- 1.22 MaxBindAttempts
- 1.23 MaxTeamsText
- 1.24 MinNetVersionText
- 1.25 MinPlayersText
- 1.26 MultiplayerBotsText
- 1.27 MutatorsText
- 1.28 NonDedicatedText
- 1.29 PasswordText
- 1.30 PingAttempts
- 1.31 PingTimeout
- 1.32 PlayersBalanceTeamsText
- 1.33 PlayersText
- 1.34 QueryState
- 1.35 RequestSentTime
- 1.36 Server
- 1.37 ServerAddressText
- 1.38 ServerIPAddr
- 1.39 ServerModeText
- 1.40 TimeLimitText
- 1.41 TournamentText
- 1.42 TrueString
- 1.43 WorldLogText
- 1.44 WorldLogWorkingFalse
- 1.45 WorldLogWorkingText
- 1.46 WorldLogWorkingTrue
- 2 Functions
- 3 States
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. |
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
Overrides: InternetLink.Resolved
Other instance functions
AddRule
GetNextValue
LocalizeBoolValue
LocalizeSkin
LocalizeTeam
ParseReply
StartQuery
ValidateServer
States
BindFailed
BindFailed.Timer
Overrides: Actor.Timer (global)
Binding
GetInfo
GetInfo.ReceivedText
Overrides: UdpLink.ReceivedText (global)
GetInfo.Tick
Overrides: Actor.Tick (global)
GetInfo.Timer
Overrides: Actor.Timer (global)
GetStatus
GetStatus.ReceivedText
Overrides: UdpLink.ReceivedText (global)
GetStatus.Timer
Overrides: Actor.Timer (global)