The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:Browser_ServerListPageMSCustom (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Contents

Package: 
XInterface
This class in other games:
UT2003

null

[edit] Properties

[edit] CustomInitialized

Type: bool


[edit] GameTypeCombo

Type: GUIComboBox


[edit] GameTypeSplit

Type: GUISplitter


Default value: GUISplitter'MyGameTypeSplitter'

[edit] LastGameType

Type: string

Modifiers: config


[edit] MainSplit

Type: GUISplitter


[edit] Subobjects

[edit] GameTypePanel

Class: XInterface.GUIPanel

Property Value
Controls[0] GUIComboBox'MyGameTypeCombo'
Controls[1] GUILabel'MyGameTypeLabel'

[edit] MyGameTypeCombo

Class: XInterface.GUIComboBox

Property Value
WinHeight 24.0
WinLeft 0.61574
WinTop 0.25
WinWidth 0.365

[edit] MyGameTypeLabel

Class: XInterface.GUILabel

Property Value
Caption "Game Type"
TextAlign TXTA_Left
TextColor
Member Value
A 255
B 255
G 255
R 255
WinHeight 24.0
WinLeft 0.405117
WinTop 0.283333
WinWidth 0.4

[edit] MyGameTypeSplitter

Class: XInterface.GUISplitter

Property Value
Background DefaultTexture
bBoundToParent True
bDrawSplitter False
bFixedSplitter True
bScaleToParent True
Controls[0] GUIPanel'GameTypePanel'
SplitOrientation SPLIT_Vertical
SplitPosition 0.08
WinHeight 0.9
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

[edit] Functions

[edit] Static functions

[edit] IsStandardGameType

static function bool IsStandardGameType (string Desc)


[edit] Events

[edit] InitComponent

event InitComponent (GUIController C, GUIComponent O)

Overrides: Browser_ServerListPageMS.InitComponent


[edit] Other instance functions

[edit] ChangeGameType

function ChangeGameType (GUIComponent Sender)


[edit] FindGameTypeName

function string FindGameTypeName (string GameType)


[edit] MyParseDescStr

function string MyParseDescStr (string DescStr, int index)


[edit] PopulateGameTypes

function PopulateGameTypes ()