The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:UT2ServerInfo (UT2003)

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

(C) 2002, Epic Games

Properties

TabC

Type: GUITabControl


Default values

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

Subobjects

ServerBackButton

Class: XInterface.GUIButton

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

ServerInfoBackground

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

ServerInfoBackground2

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

Class: XInterface.GUITitleBar

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

ServerInfoHeader

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

Class: XInterface.GUITabControl

Property Value
bAcceptsInput True
bBoundToParent True
bDockPanels True
bScaleToParent True
TabHeight 0.04
WinHeight 0.06
WinLeft 0.0
WinTop 0.1
WinWidth 1.0

Functions

Events

ChangeHint

event ChangeHint (string NewHint)

Overrides: GUIPage.ChangeHint


Other instance functions

ButtonClicked

function bool ButtonClicked (GUIComponent Sender)


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent