My program doesn't have bugs. It just develops random features.

UE2:Browser_MOTD (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Browser_Page >> Browser_MOTD
Package: 
XInterface
This class in other games:
UT2004

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

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)