I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:UT2K4Tab_ServerInfo (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MidGamePanel >> UT2K4Tab_ServerInfo
Package: 
GUI2K4

(C) 2002, Epic Games

Properties

bClean

Type: bool


bReceivedRules

Type: bool


DefaultText

Type: string

Modifiers: localized


Default value: "Receiving Rules from Server...||This feature requires that the server be running the latest patch"

i_BG

Type: GUIImage

Modifiers: automated


Default value: GUIImage'ServerInfoBK1'

i_BG2

Type: GUIImage

Modifiers: automated


Default value: GUIImage'ServerInfoBK2'

l_Title

Type: GUILabel

Modifiers: automated


Default value: GUILabel'ServerInfoLabel'

lb_Text

Type: GUIScrollTextBox

Modifiers: automated


Default value: GUIScrollTextBox'InfoText'

Subobjects

InfoText

Class: XInterface.GUIScrollTextBox

Property Value
bBoundToParent True
bNeverFocus True
bNoTeletype True
bScaleToParent True
CharDelay 0.0025
EOLDelay 0.0
StyleName "NoBackground"
TextAlign TXTA_Center
WinHeight 0.866016
WinLeft 0.0
WinTop 0.14375
WinWidth 1.0

ServerInfoBK1

Class: XInterface.GUIImage

Property Value
bBoundToParent True
bScaleToParent True
Image Material'InterfaceContent.Menu.BorderBoxD'
ImageColor
Member Value
A 160
B 255
G 255
R 255
ImageRenderStyle MSTY_Alpha
ImageStyle ISTY_Stretched
WinHeight 0.016522
WinLeft 0.021641
WinTop 0.070779
WinWidth 0.418437

ServerInfoBK2

Class: XInterface.GUIImage

Property Value
bBoundToParent True
bScaleToParent True
Image Material'InterfaceContent.Menu.BorderBoxD'
ImageColor
Member Value
A 160
B 255
G 255
R 255
ImageRenderStyle MSTY_Alpha
ImageStyle ISTY_Stretched
WinHeight 0.016522
WinLeft 0.576329
WinTop 0.070779
WinWidth 0.395

ServerInfoLabel

Class: XInterface.GUILabel

Property Value
bBoundToParent True
bScaleToParent True
Caption "Rules"
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 255
G 255
R 255
WinHeight 32.0
WinLeft 0.0
WinTop 0.042708
WinWidth 1.0

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Timer

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions

ProcessRule

function ProcessRule (string NewRule)


ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel