Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:UT2GetPassword (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2GetPassword
Package: 
XInterface
This class in other games:
UT2004

null

Properties[edit]

BarHeight[edit]

Type: float


BarVPos[edit]

Type: float


bIgnoreEsc[edit]

Type: bool


Default value: True

ButtonHeight[edit]

Type: float


ButtonHGap[edit]

Type: float


ButtonVGap[edit]

Type: float


ButtonWidth[edit]

Type: float


LeaveMPButtonText[edit]

Type: string

Modifiers: localized


LeaveSPButtonText[edit]

Type: string

Modifiers: localized


RetryURL[edit]

Type: string


Default values[edit]

Property Value
bAllowedAsLast True
Controls[0] GUIButton'GetPassBackground'
Controls[1] moEditBox'GetPassPW'
Controls[2] GUIButton'GetPassRetry'
Controls[3] GUIButton'GetPassFail'
Controls[4] GUILabel'GetPassLabel'
OpenSound Sound'MenuSounds.SelectDshort'
WinHeight 0.25
WinTop 0.375

Subobjects[edit]

GetPassBackground[edit]

Class: XInterface.GUIButton

Property Value
bAcceptsInput False
bNeverFocus True
StyleName "RoundButton"
WinHeight 0.30625
WinLeft 0.0875
WinTop 0.375
WinWidth 0.831251

GetPassFail[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "Cancel"
OnClick InternalOnClick
StyleName "MidGameButton"
WinHeight 0.05
WinLeft 0.65
WinTop 0.941666
WinWidth 0.25

GetPassLabel[edit]

Class: XInterface.GUILabel

Property Value
bBoundToParent True
bMultiLine True
Caption "A password is required to play on this server."
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

GetPassPW[edit]

Class: XInterface.moEditBox

Property Value
Caption "Server Password"
CaptionWidth 0.4
WinHeight 0.06
WinLeft 0.25
WinTop 0.508594
WinWidth 0.5

GetPassRetry[edit]

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "Retry"
OnClick InternalOnClick
StyleName "MidGameButton"
WinHeight 0.05
WinLeft 0.4
WinTop 0.941666
WinWidth 0.25

Functions[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string URL, string Unused)

Overrides: GUIPage.HandleParameters


Other instance functions[edit]

InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)