Mostly Harmless

UE2:UT2ServerInfo (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2ServerInfo
Package: 
XInterface
This class in other games:
UT2003

(C) 2002, Epic Games

Properties[edit]

Property group 'MidGame'[edit]

PanelCaption[edit]

Type: array<string>

Modifiers: localized


Default value, index 0: "MOTD"

Default value, index 1: "Rules"

Default value, index 2: "Maps"

PanelClass[edit]

Type: array<string>

Modifiers: config


Default value, index 0: "XInterface.Tab_ServerMOTD"

Default value, index 1: "XInterface.Tab_ServerInfo"

Default value, index 2: "XInterface.Tab_ServerMapList"

PanelHint[edit]

Type: array<string>

Modifiers: localized


Default value, index 0: "Message of the Day"

Default value, index 1: "Game Rules"

Default value, index 2: "Map Rotation"

TabC[edit]

Type: GUITabControl

Modifiers: editconst, noexport


Default values[edit]

Property Value
bAllowedAsLast True
bRequire640x480 False
Controls[0] GUIImage'ServerInfoBackground'
Controls[1] GUITitleBar'ServerInfoHeader'
Controls[2] GUIFooter'ServerInfoFooter'
Controls[3] GUIButton'ServerBackButton'
Controls[4] GUITabControl'ServerInfoTabs'
WinHeight 0.8
WinLeft 0.2
WinTop 0.1
WinWidth 0.6

Subobjects[edit]

ServerBackButton[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent True
bScaleToParent True
Caption "Close"
Hint "Close this menu"
OnClick ButtonClicked
WinHeight 0.055
WinLeft 0.84875
WinTop 0.934167
WinWidth 0.12

ServerInfoBackground[edit]

Class: XInterface.GUIImage

Property Value
bAcceptsInput False
bBoundToParent True
bNeverFocus True
bScaleToParent True
Image Material'InterfaceContent.Menu.BorderBoxD'
ImageStyle ISTY_Stretched
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

ServerInfoFooter[edit]

Class: XInterface.GUIFooter

Property Value
bBoundToParent True
bScaleToParent True
StyleName "Footer"
WinHeight 0.075
WinLeft 0.0
WinTop 0.925
WinWidth 1.0

ServerInfoHeader[edit]

Class: XInterface.GUITitleBar

Property Value
bBoundToParent True
bScaleToParent True
Caption ""
Effect Material'CO_Final'
Justification TXTA_Center
StyleName "Header"
WinHeight 0.1
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

ServerInfoTabs[edit]

Class: XInterface.GUITabControl

Property Value
bAcceptsInput True
bBoundToParent True
bDockPanels True
bFillSpace True
bScaleToParent True
TabHeight 0.045
WinHeight 0.06
WinLeft 0.0125
WinTop 0.083333
WinWidth 0.974999

Functions[edit]

Events[edit]

ChangeHint[edit]

event ChangeHint (string NewHint)

Overrides: GUIPage.ChangeHint


InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


Other instance functions[edit]

ButtonClicked[edit]

function bool ButtonClicked (GUIComponent Sender)


NotifyLevelChange[edit]

function bool NotifyLevelChange ()

Overrides: GUIPage.NotifyLevelChange


SetTitle[edit]

function SetTitle ()