Cogito, ergo sum

UE2:Browser_RulesList (UT2003)

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

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: "UT2003 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

Instance functions[edit]

InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiColumnList.InitComponent


InternalOnKeyEvent[edit]

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

Overrides: GUIVertList.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)