The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:UT2GetPassword (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> UT2GetPassword |
Contents
- Package:
- XInterface
- This class in other games:
- UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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 |
|
||||||||||
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]
Overrides: GUIPage.HandleParameters
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
Other instance functions[edit]
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)