I'm a doctor, not a mechanic

UE2:UT2GetPassword (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2GetPassword
Package: 
XInterface
This class in other games:
UT2004

null

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


RetryURL

Type: string


Default values

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

GetPassBackground

Class: XInterface.GUIButton

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

GetPassFail

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

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

Class: XInterface.moEditBox

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

GetPassRetry

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

Events

HandleParameters

event HandleParameters (string URL, string Unused)

Overrides: GUIPage.HandleParameters


Other instance functions

InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)