There is no spoon

UE2:Browser_RulesList (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUIMultiColumnList >> Browser_RulesList
Package: 
XInterface
This class in other games:
UT2003

null

Properties[edit]

AdminEmailString[edit]

Type: string

Modifiers: localized


Default value: "Admin Email"

AdminNameString[edit]

Type: string

Modifiers: localized


Default value: "Server Admin"

BalanceTeamsString[edit]

Type: string

Modifiers: localized


Default value: "Bots Balance Teams"

DedicatedString[edit]

Type: string

Modifiers: localized


Default value: "Dedicated"

FalseString[edit]

Type: string

Modifiers: localized


Default value: "Disabled"

FriendlyFireString[edit]

Type: string

Modifiers: localized


Default value: "Friendly Fire"

GameSpeedString[edit]

Type: string

Modifiers: localized


Default value: "Game Speed"

GameStatsString[edit]

Type: string

Modifiers: localized


Default value: "UT2004 Stats"

GoalScoreString[edit]

Type: string

Modifiers: localized


Default value: "Goal Score"

listitem[edit]

Type: int


MinPlayersString[edit]

Type: string

Modifiers: localized


Default value: "Minimum Players (bots)"

MutatorString[edit]

Type: string

Modifiers: localized


Default value: "Mutator"

MyPage[edit]

Type: Browser_ServerListPageBase


MyServersList[edit]

Type: Browser_ServersList


NonDedicatedString[edit]

Type: string

Modifiers: localized


Default value: "Non-Dedicated"

PasswordString[edit]

Type: string

Modifiers: localized


Default value: "Requires Password"

PlayersBalanceTeamsString[edit]

Type: string

Modifiers: localized


Default value: "Balance Teams"

ServerModeString[edit]

Type: string

Modifiers: localized


Default value: "Server Mode"

TimeLimitString[edit]

Type: string

Modifiers: localized


Default value: "Time Limit"

TranslocatorString[edit]

Type: string

Modifiers: localized


Default value: "Translocator"

TrueString[edit]

Type: string

Modifiers: localized


Default value: "Enabled"

WeaponStayString[edit]

Type: string

Modifiers: localized


Default value: "Weapons Stay"

Default values[edit]

Property Value
ColumnHeadings[0] "Setting"
ColumnHeadings[1] "Value"
ExpandLastColumn True
InitColumnPerc[0] 0.25
InitColumnPerc[1] 0.25

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIListBase.InitComponent


Other instance functions[edit]

InternalOnKeyEvent[edit]

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)

Overrides: GUIListBase.InternalOnKeyEvent


LocalizeRules[edit]

function string LocalizeRules (string code)


MyOnDrawItem[edit]

function MyOnDrawItem (Canvas Canvas, int i, float X, float Y, float W, float H, bool bSelected, bool bPending)