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

UE2:MyNetworkStatusMsg (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> MyNetworkStatusMsg
Package: 
GUI

(c) 2003, Epic Games, Inc. All Rights Reserved

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


NetStatBackground

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cNetStatBackground'

NetStatLabel

Type: GUILabel

Modifiers: automated


Default value: GUILabel'cNetStatLabel'

NetStatOk

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cNetStatOk'

Default values

Property Value
bRequire640x480 False
WinHeight 0.25
WinTop 0.375

Subobjects

cNetStatBackground

Class: GUI.GUIButton

Property Value
bAcceptsInput False
bNeverFocus True
StyleName "SquareBar"
WinHeight 0.25
WinTop 0.375

cNetStatLabel

Class: GUI.GUILabel

Property Value
bBoundToParent True
bMultiLine True
TextAlign TXTA_Center
TextFont "HeaderFont"
WinHeight 0.5
WinTop 0.125

cNetStatOk

Class: GUI.GUIButton

Property Value
__OnClick__Delegate
bBoundToParent True
Caption "OK"
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)