I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:Browser_ServerListPageMSCustom (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
XInterface
This class in other games:
UT2004

null

Properties

CustomInitialized

Type: bool


GameTypeCombo

Type: GUIComboBox


GameTypeSplit

Type: GUISplitter


Default value: GUISplitter'MyGameTypeSplitter'

LastGameType

Type: string

Modifiers: config


MainSplit

Type: GUISplitter


Subobjects

GameTypePanel

Class: XInterface.GUIPanel

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

MyGameTypeCombo

Class: XInterface.GUIComboBox

Property Value
WinHeight 24.0
WinLeft 0.61574
WinTop 0.25
WinWidth 0.365

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

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

Functions

Static functions

IsStandardGameType

static function bool IsStandardGameType (string Desc)


Instance functions

ChangeGameType

function ChangeGameType (GUIComponent Sender)


FindGameTypeName

function string FindGameTypeName (string GameType)


InitComponent

function InitComponent (GUIController C, GUIComponent O)

Overrides: Browser_ServerListPageMS.InitComponent


MyParseDescStr

function string MyParseDescStr (string DescStr, int index)


PopulateGameTypes

function PopulateGameTypes ()