My program doesn't have bugs. It just develops random features.
UE2:Browser_MOTD (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Browser_Page >> Browser_MOTD |
Contents |
- Package:
- XInterface
- This class in other games:
- UT2003
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
[edit] Properties
[edit] GotMOTD
Type: bool
[edit] MOTD
Type: string
[edit] MOTDTextBox
Type: GUIScrollTextBox
[edit] MSC
Type: MasterServerClient
[edit] MustUpgrade
Type: bool
[edit] ReReadyPause
Type: float
Default value: 2.0
[edit] StatusBar
Type: GUITitleBar
[edit] UpgradeButton
Type: GUIButton
[edit] VersionString
Type: string
Modifiers: localized
Default value: "Ver."
[edit] Default values
| Property | Value |
|---|---|
| Controls[0] | GUIScrollTextBox'MyMOTDText' |
| Controls[1] | GUIPanel'FooterPanel' |
| Controls[2] | GUILabel'VersionNum' |
[edit] Subobjects
[edit] FooterPanel
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 |
[edit] MyBackButton
Class: XInterface.GUIButton
| Property | Value |
|---|---|
| Caption | "BACK" |
| StyleName | "SquareMenuButton" |
| WinHeight | 0.5 |
| WinLeft | 0.0 |
| WinTop | 0.0 |
| WinWidth | 0.2 |
[edit] 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 |
[edit] MyRefreshButton
Class: XInterface.GUIButton
| Property | Value |
|---|---|
| Caption | "REFRESH" |
| StyleName | "SquareMenuButton" |
| WinHeight | 0.5 |
| WinLeft | 0.2 |
| WinTop | 0.0 |
| WinWidth | 0.2 |
[edit] 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 |
[edit] MyUpgradeButton
Class: XInterface.GUIButton
| Property | Value |
|---|---|
| bVisible | False |
| Caption | "UPGRADE" |
| StyleName | "SquareMenuButton" |
| WinHeight | 0.5 |
| WinLeft | 0.8 |
| WinTop | 0.0 |
| WinWidth | 0.2 |
[edit] VersionNum
Class: XInterface.GUILabel
| Property | Value | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Caption | "" | ||||||||||
| TextAlign | TXTA_Right | ||||||||||
| TextColor |
|
||||||||||
| WinHeight | 0.04 | ||||||||||
| WinLeft | 0.495 | ||||||||||
| WinTop | 0.0025 | ||||||||||
| WinWidth | 0.5 |
[edit] Functions
[edit] Events
[edit] InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
[edit] Timer
event Timer ()
Overrides: GUIComponent.Timer
[edit] Other instance functions
[edit] BackClick
function bool BackClick (GUIComponent Sender)
[edit] MyQueryFinished
function MyQueryFinished (MasterServerClient.EResponseInfo ResponseInfo, int Info)
[edit] MyReceivedMOTDData
function MyReceivedMOTDData (MasterServerClient.EMOTDResponse Command, string Data)
[edit] OnCloseBrowser
function OnCloseBrowser ()
Overrides: Browser_Page.OnCloseBrowser
[edit] RefreshClick
function bool RefreshClick (GUIComponent Sender)
[edit] UpgradeClick
function bool UpgradeClick (GUIComponent Sender)
