There is no spoon

UE2:MyNetworkStatusMsg (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> MyNetworkStatusMsg

Contents

Package: 
GUI

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

[edit] Properties

[edit] BarHeight

Type: float


[edit] BarVPos

Type: float


[edit] bIgnoreEsc

Type: bool


Default value: True

[edit] ButtonHeight

Type: float


[edit] ButtonHGap

Type: float


[edit] ButtonVGap

Type: float


[edit] ButtonWidth

Type: float


[edit] LeaveMPButtonText

Type: string

Modifiers: localized


[edit] LeaveSPButtonText

Type: string

Modifiers: localized


[edit] NetStatBackground

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cNetStatBackground'

[edit] NetStatLabel

Type: GUILabel

Modifiers: automated


Default value: GUILabel'cNetStatLabel'

[edit] NetStatOk

Type: GUIButton

Modifiers: automated


Default value: GUIButton'cNetStatOk'

[edit] Default values

Property Value
bRequire640x480 False
WinHeight 0.25
WinTop 0.375

[edit] Subobjects

[edit] cNetStatBackground

Class: GUI.GUIButton

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

[edit] cNetStatLabel

Class: GUI.GUILabel

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

[edit] cNetStatOk

Class: GUI.GUIButton

Property Value
__OnClick__Delegate
bBoundToParent True
Caption "OK"
WinHeight 0.05
WinLeft 0.375
WinTop 0.675
WinWidth 0.25

[edit] Functions

[edit] Events

[edit] HandleParameters

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters


[edit] Other instance functions

[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)