UE2:UT2NetworkStatusMsg (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2NetworkStatusMsg
Package:
XInterface
This class in other games:

Class: XInterface.UT2NetworkStatusMsg Parent: XInterface.GUIPage

<Enter a description here>

Properties

BarHeight

Type: float


BarVPos

Type: float


bIgnoreEsc

Type: bool


Default value: True

ButtonHeight

Type: float


ButtonHGap

Type: float


ButtonVGap

Type: float


ButtonWidth

Type: float


LeaveMPButtonText

Type: string

Modifiers: localized


LeaveSPButtonText

Type: string

Modifiers: localized


Default values

Subobjects

NetStatBackground

Class: XInterface.GUIButton

Property Value
bAcceptsInput False
bNeverFocus True
StyleName "SquareBar"
WinHeight 0.25
WinLeft 0.0
WinTop 0.375
WinWidth 1.0

NetStatLabel

Class: XInterface.GUILabel

Property Value
bBoundToParent True
bMultiLine True
Caption ""
TextAlign TXTA_Center
TextColor
Member Value
A 255
B 255
G 255
R 255
TextFont "UT2HeaderFont"
WinHeight 0.5
WinLeft 0.0
WinTop 0.125
WinWidth 1.0

NetStatOk

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "OK"
OnClick InternalOnClick
StyleName "MidGameButton"
WinHeight 0.05
WinLeft 0.375
WinTop 0.675
WinWidth 0.25

Functions

Events

HandleParameters

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


Other instance functions

InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)