I'm a doctor, not a mechanic
UE2:Browser_MOTD (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Browser_Page >> Browser_MOTD |
- 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[edit]
GotMOTD[edit]
Type: bool
MOTD[edit]
Type: string
MOTDTextBox[edit]
Type: GUIScrollTextBox
MSC[edit]
Type: MasterServerClient
MustUpgrade[edit]
Type: bool
ReReadyPause[edit]
Type: float
Default value: 2.0
StatusBar[edit]
Type: GUITitleBar
UpgradeButton[edit]
Type: GUIButton
VersionString[edit]
Type: string
Modifiers: localized
Default value: "Ver."
Default values[edit]
Property | Value |
---|---|
Controls[0] | GUIScrollTextBox'MyMOTDText' |
Controls[1] | GUIPanel'FooterPanel' |
Controls[2] | GUILabel'VersionNum' |
Subobjects[edit]
[edit]
Class: XInterface.GUIPanel
Property | Value |
---|---|
Controls[0] | GUIButton'MyBackButton' |
Controls[1] | GUIButton'MyRefreshButton' |
Controls[2] | GUIButton'MyUpgradeButton' |
Controls[3] | GUITitleBar'MyStatus' |
WinHeight | 0.1 |
WinLeft | 0.0 |
WinTop | 0.9 |
WinWidth | 1.0 |
MyBackButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "BACK" |
StyleName | "SquareMenuButton" |
WinHeight | 0.5 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 0.2 |
MyMOTDText[edit]
Class: XInterface.GUIScrollTextBox
Property | Value |
---|---|
bAcceptsInput | True |
bNeverFocus | True |
CharDelay | 0.0040 |
EOLDelay | 0.1 |
TextAlign | TXTA_Left |
WinHeight | 0.8 |
WinLeft | 0.05 |
WinTop | 0.048 |
WinWidth | 0.9 |
MyRefreshButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "REFRESH" |
StyleName | "SquareMenuButton" |
WinHeight | 0.5 |
WinLeft | 0.2 |
WinTop | 0.0 |
WinWidth | 0.2 |
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 | 1.0 |
MyUpgradeButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bVisible | False |
Caption | "UPGRADE" |
StyleName | "SquareMenuButton" |
WinHeight | 0.5 |
WinLeft | 0.8 |
WinTop | 0.0 |
WinWidth | 0.2 |
VersionNum[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "" | ||||||||||
TextAlign | TXTA_Right | ||||||||||
TextColor |
|
||||||||||
WinHeight | 0.04 | ||||||||||
WinLeft | 0.495 | ||||||||||
WinTop | 0.0025 | ||||||||||
WinWidth | 0.5 |
Functions[edit]
Events[edit]
Timer[edit]
event Timer ()
Overrides: GUIComponent.Timer
Other instance functions[edit]
BackClick[edit]
function bool BackClick (GUIComponent Sender)
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
MyQueryFinished[edit]
function MyQueryFinished (MasterServerClient.EResponseInfo ResponseInfo, int Info)
MyReceivedMOTDData[edit]
function MyReceivedMOTDData (MasterServerClient.EMOTDResponse Command, string Data)
OnCloseBrowser[edit]
function OnCloseBrowser ()
Overrides: Browser_Page.OnCloseBrowser
RefreshClick[edit]
function bool RefreshClick (GUIComponent Sender)
UpgradeClick[edit]
function bool UpgradeClick (GUIComponent Sender)