Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:Browser_ServerListPageBase defaults (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Browser_ServerListPageBase defaults in other games:
UT2004

Default values[edit]

Property Value
Controls[0] GUISplitter'MainSplitter'
Controls[1] GUIPanel'FooterPanel'

Subobjects[edit]

AddFavoriteButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "ADD FAVORITE"
StyleName "SquareMenuButton"
WinHeight 0.5
WinLeft 0.8
WinTop 0.0
WinWidth 0.2

BackButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "BACK"
StyleName "SquareMenuButton"
WinHeight 0.5
WinLeft 0.0
WinTop 0.0
WinWidth 0.2

DetailsSplitter[edit]

Class: XInterface.GUISplitter

Property Value
Background DefaultTexture
Controls[0] GUIPanel'RulesPanel'
Controls[1] GUIPanel'PlayersPanel'
SplitOrientation SPLIT_Horizontal
SplitPosition 0.5
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

FooterPanel[edit]

Class: XInterface.GUIPanel

Property Value
Controls[0] GUIButton'BackButton'
Controls[1] GUIButton'RefreshButton'
Controls[2] GUIButton'JoinButton'
Controls[3] GUIButton'SpectateButton'
Controls[4] GUIButton'AddFavoriteButton'
Controls[5] GUITitleBar'MyStatus'
Controls[6] GUIButton'UtilButtonA'
Controls[7] GUIButton'UtilButtonB'
WinHeight 0.1
WinLeft 0.0
WinTop 0.9
WinWidth 1.0

JoinButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "JOIN"
StyleName "SquareMenuButton"
WinHeight 0.5
WinLeft 0.4
WinTop 0.0
WinWidth 0.2

MainSplitter[edit]

Class: XInterface.GUISplitter

Property Value
Controls[0] GUIPanel'ServersPanel'
Controls[1] GUISplitter'DetailsSplitter'
SplitOrientation SPLIT_Vertical
SplitPosition 0.5
WinHeight 0.9
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

MyStatus[edit]

Class: XInterface.GUITitleBar

Property Value
bUseTextHeight False
Caption ""
Justification TXTA_Left
StyleName "SquareBar"
WinHeight 0.5
WinLeft 0.0
WinTop 0.5
WinWidth 0.6

PlayersListBox[edit]

Class: XInterface.GUIMultiColumnListBox

Property Value
bVisibleWhenEmpty True
Controls[0] Browser_PlayersList'ThePlayersList'
StyleName "ServerBrowserGrid"
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

PlayersPanel[edit]

Class: XInterface.GUIPanel

Property Value
Controls[0] PlayersListBox;

RefreshButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "REFRESH LIST"
StyleName "SquareMenuButton"
WinHeight 0.5
WinLeft 0.2
WinTop 0.0
WinWidth 0.2

RulesListBox[edit]

Class: XInterface.GUIMultiColumnListBox

Property Value
bVisibleWhenEmpty True
Controls[0] Browser_RulesList'TheRulesList'
StyleName "ServerBrowserGrid"
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

RulesPanel[edit]

Class: XInterface.GUIPanel

Property Value
Controls[0] GUIMultiColumnListBox'RulesListBox'

ServersListBox[edit]

Class: XInterface.GUIMultiColumnListBox

Property Value
bVisibleWhenEmpty True
Controls[0] Browser_ServersList'TheServersList'
StyleName "ServerBrowserGrid"
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

ServersPanel[edit]

Class: XInterface.GUIPanel

Property Value
Controls[0] GUIMultiColumnListBox'ServersListBox'

SpectateButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "SPECTATE"
StyleName "SquareMenuButton"
WinHeight 0.5
WinLeft 0.6
WinTop 0.0
WinWidth 0.2

ThePlayersList[edit]

Class: XInterface.Browser_PlayersList

Empty subobject definition.

TheRulesList[edit]

Class: XInterface.Browser_RulesList

Empty subobject definition.

TheServersList[edit]

Class: XInterface.Browser_ServersList

Empty subobject definition.

UtilButtonA[edit]

Class: XInterface.GUIButton

Property Value
Caption ""
StyleName "SquareMenuButton"
WinHeight 0.5
WinLeft 0.6
WinTop 0.5
WinWidth 0.2

UtilButtonB[edit]

Class: XInterface.GUIButton

Property Value
Caption ""
StyleName "SquareMenuButton"
WinHeight 0.5
WinLeft 0.8
WinTop 0.5
WinWidth 0.2