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
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Browser_Page >> Browser_ServerListPageBase >> Browser_ServerListPageMS >> Browser_ServerListPageMSCustom |
Contents
- Package:
- XInterface
- This class in other games:
- UT2004
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. |
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 |
|
||||||||||
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
Instance functions
ChangeGameType
function ChangeGameType (GUIComponent Sender)
FindGameTypeName
InitComponent
function InitComponent (GUIController C, GUIComponent O)
Overrides: Browser_ServerListPageMS.InitComponent
MyParseDescStr
PopulateGameTypes
function PopulateGameTypes ()