Gah - a solution with more questions. – EntropicLqd
UE2:Tab_ServerMapList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Tab_ServerMapList |
- Package:
- XInterface
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. |
Tab for server info menu that shows server's current map rotation
(C) 2003, Epic Games, Inc. All Rights Reserved.
Properties
bClean
Type: bool
DefaultText
Type: string
Modifiers: localized
Default value: "Receiving Map Rotation from Server...||This feature requires that the server be running the latest patch"
MyScrollText
Type: GUIScrollTextBox
Default values
Property | Value |
---|---|
Controls[0] | GUIScrollTextBox'InfoText' |
Controls[1] | GUIImage'ServerInfoBK1' |
Controls[2] | GUIImage'ServerInfoBK2' |
Controls[3] | GUILabel'ServerInfoLabel' |
WinHeight | 0.7 |
Subobjects
InfoText
Class: XInterface.GUIScrollTextBox
Property | Value |
---|---|
bBoundToParent | True |
bNeverFocus | True |
bNoTeletype | True |
bScaleToParent | True |
CharDelay | 0.0025 |
EOLDelay | 0.0 |
StyleName | "NoBackground" |
TextAlign | TXTA_Center |
WinHeight | 0.834375 |
WinLeft | 0.0 |
WinTop | 0.14375 |
WinWidth | 1.0 |
ServerInfoBK1
Class: XInterface.GUIImage
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bBoundToParent | True | ||||||||||
bScaleToParent | True | ||||||||||
Image | Material'InterfaceContent.Menu.BorderBoxD' | ||||||||||
ImageColor |
|
||||||||||
ImageRenderStyle | MSTY_Alpha | ||||||||||
ImageStyle | ISTY_Stretched | ||||||||||
WinHeight | 0.016522 | ||||||||||
WinLeft | 0.021641 | ||||||||||
WinTop | 0.070779 | ||||||||||
WinWidth | 0.418437 |
ServerInfoBK2
Class: XInterface.GUIImage
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bBoundToParent | True | ||||||||||
bScaleToParent | True | ||||||||||
Image | Material'InterfaceContent.Menu.BorderBoxD' | ||||||||||
ImageColor |
|
||||||||||
ImageRenderStyle | MSTY_Alpha | ||||||||||
ImageStyle | ISTY_Stretched | ||||||||||
WinHeight | 0.016522 | ||||||||||
WinLeft | 0.576329 | ||||||||||
WinTop | 0.070779 | ||||||||||
WinWidth | 0.395 |
ServerInfoLabel
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bBoundToParent | True | ||||||||||
bScaleToParent | True | ||||||||||
Caption | "Maps" | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
WinHeight | 32.0 | ||||||||||
WinLeft | 0.0 | ||||||||||
WinTop | 0.027083 | ||||||||||
WinWidth | 1.0 |
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
Other instance functions
ProcessMapName
function ProcessMapName (string NewMap)