UE2:Browser_MOTD (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Package:
XInterface
This class in other games:

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

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

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
Member Value
A 255
B 160
G 100
R 100
WinHeight 0.04
WinLeft 0.495
WinTop 0.0025
WinWidth 0.5

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Timer

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions

BackClick

function bool BackClick (GUIComponent Sender)


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)