My program doesn't have bugs. It just develops random features.
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
GotMOTD
Type: bool
MOTD
Type: string
MOTDTextBox
Type: GUIScrollTextBox
MSC
Type: MasterServerClient
MustUpgrade
Type: bool
ReReadyPause
Type: float
Default value: 2.0
StatusBar
Type: GUITitleBar
UpgradeButton
Type: GUIButton
VersionString
Type: string
Modifiers: localized
Default value: "Ver."
Default values
Property | Value |
---|---|
Controls[0] | GUIScrollTextBox'MyMOTDText' |
Controls[1] | GUIPanel'FooterPanel' |
Controls[2] | GUILabel'VersionNum' |
Subobjects
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
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "BACK" |
StyleName | "SquareMenuButton" |
WinHeight | 0.5 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 0.2 |
MyMOTDText
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
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "REFRESH" |
StyleName | "SquareMenuButton" |
WinHeight | 0.5 |
WinLeft | 0.2 |
WinTop | 0.0 |
WinWidth | 0.2 |
MyStatus
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
Class: XInterface.GUIButton
Property | Value |
---|---|
bVisible | False |
Caption | "UPGRADE" |
StyleName | "SquareMenuButton" |
WinHeight | 0.5 |
WinLeft | 0.8 |
WinTop | 0.0 |
WinWidth | 0.2 |
VersionNum
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "" | ||||||||||
TextAlign | TXTA_Right | ||||||||||
TextColor |
|
||||||||||
WinHeight | 0.04 | ||||||||||
WinLeft | 0.495 | ||||||||||
WinTop | 0.0025 | ||||||||||
WinWidth | 0.5 |
Functions
Events
Timer
event Timer ()
Overrides: GUIComponent.Timer
Other instance functions
BackClick
function bool BackClick (GUIComponent Sender)
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
MyQueryFinished
function MyQueryFinished (MasterServerClient.EResponseInfo ResponseInfo, int Info)
MyReceivedMOTDData
function MyReceivedMOTDData (MasterServerClient.EMOTDResponse Command, string Data)
OnCloseBrowser
function OnCloseBrowser ()
Overrides: Browser_Page.OnCloseBrowser
RefreshClick
function bool RefreshClick (GUIComponent Sender)
UpgradeClick
function bool UpgradeClick (GUIComponent Sender)