I'm a doctor, not a mechanic
UE2:UT2K4Tab_ServerMOTD (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MidGamePanel >> UT2K4Tab_ServerMOTD |
- Package:
- GUI2K4
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. |
(C) 2002, Epic Games
Properties
l_AdminName
Type: GUILabel
Modifiers: automated
Default value: GUILabel'lAdminName'
l_Email
Type: GUILabel
Modifiers: automated
Default value: GUILabel'lEmail'
lb_Text
Type: GUIScrollTextBox
Modifiers: automated
Default value: GUIScrollTextBox'MOTDText'
sb_Admin
Type: GUISectionBackground
Modifiers: automated
Default value: AltSectionBackground'sbAdmin'
sb_MOTD
Type: GUISectionBackground
Modifiers: automated
Default value: AltSectionBackground'sbMOTD'
Default values
Property | Value |
---|---|
OnPreDraw | InternalOnPreDraw |
WinHeight | 0.7 |
Subobjects
lAdminName
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bBoundToParent | True | ||||||||||
bScaleToParent | True | ||||||||||
Caption | "" | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2HeaderFont" | ||||||||||
WinHeight | 0.069115 | ||||||||||
WinLeft | 0.049329 | ||||||||||
WinTop | 0.74742 | ||||||||||
WinWidth | 0.901341 |
lEmail
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bBoundToParent | True | ||||||||||
bScaleToParent | True | ||||||||||
Caption | "" | ||||||||||
FontScale | FNS_Small | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
WinHeight | 0.069115 | ||||||||||
WinLeft | 0.049329 | ||||||||||
WinTop | 0.801416 | ||||||||||
WinWidth | 0.89312 |
MOTDText
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.558333 |
WinLeft | 0.0 |
WinTop | 0.441667 |
WinWidth | 1.0 |
sbAdmin
Class: GUI2K4.AltSectionBackground
Property | Value |
---|---|
bBoundToParent | True |
BottomPadding | 0.0 |
bScaleToParent | True |
Caption | "Your Admin is" |
LeftPadding | 0.0 |
RightPadding | 0.0 |
TopPadding | 0.0 |
WinHeight | 0.258224 |
WinLeft | 0.035693 |
WinTop | 0.678274 |
WinWidth | 0.922427 |
sbMOTD
Class: GUI2K4.AltSectionBackground
Property | Value |
---|---|
bBoundToParent | True |
BottomPadding | 0.0 |
bScaleToParent | True |
Caption | "Message of the Day" |
LeftPadding | 0.0 |
RightPadding | 0.0 |
TopPadding | 0.0 |
WinHeight | 0.644637 |
WinLeft | 0.035693 |
WinTop | 0.030325 |
WinWidth | 0.922427 |
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent