Mostly Harmless

UE2:Tab_ServerMOTD (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Tab_ServerMOTD
Package: 
XInterface
This class in other games:
UT2004

(C) 2002, Epic Games

Properties[edit]

AdminEmail[edit]

Type: moEditBox


AdminName[edit]

Type: moEditBox


MyScrollText[edit]

Type: GUIScrollTextBox


Default values[edit]

Property Value
Controls[0] GUIScrollTextBox'MOTDText'
Controls[1] moEditBox'ServerAdminName'
Controls[2] moEditBox'ServerAdminEmail'
Controls[3] GUIImage'ServerBK1'
Controls[4] GUIImage'ServerBK2'
Controls[5] GUILabel'ServerMOTDLabel'
WinHeight 0.7

Subobjects[edit]

MOTDText[edit]

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.640625
WinLeft 0.0
WinTop 0.441667
WinWidth 1.0

ServerAdminEmail[edit]

Class: XInterface.moEditBox

Property Value
bBoundToParent True
bReadOnly True
bScaleToParent True
Caption " Email:"
CaptionWidth 0.33
Hint "How to contact the owner"
WinHeight 0.06
WinLeft 0.05
WinTop 0.153333
WinWidth 0.9

ServerAdminName[edit]

Class: XInterface.moEditBox

Property Value
bBoundToParent True
bReadOnly True
bScaleToParent True
Caption "Admin Name:"
CaptionWidth 0.33
Hint "The owner of the server"
WinHeight 0.06
WinLeft 0.05
WinTop 0.064583
WinWidth 0.9

ServerBK1[edit]

Class: XInterface.GUIImage

Property Value
bBoundToParent True
bScaleToParent True
Image Material'InterfaceContent.Menu.BorderBoxD'
ImageColor
Member Value
A 160
B 255
G 255
R 255
ImageRenderStyle MSTY_Alpha
ImageStyle ISTY_Stretched
WinHeight 0.016522
WinLeft 0.021641
WinTop 0.352029
WinWidth 0.293437

ServerBK2[edit]

Class: XInterface.GUIImage

Property Value
bBoundToParent True
bScaleToParent True
Image Material'InterfaceContent.Menu.BorderBoxD'
ImageColor
Member Value
A 160
B 255
G 255
R 255
ImageRenderStyle MSTY_Alpha
ImageStyle ISTY_Stretched
WinHeight 0.016522
WinLeft 0.685704
WinTop 0.352029
WinWidth 0.277812

ServerMOTDLabel[edit]

Class: XInterface.GUILabel

Property Value
bBoundToParent True
bScaleToParent True
Caption "Message of the Day"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 255
G 255
R 255
WinHeight 32.0
WinLeft 0.0
WinTop 0.308333
WinWidth 1.0

Instance functions[edit]

InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent