I don't need to test my programs. I have an error-correcting modem.
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
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 |
|
||||||||||
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
Overrides: GUIPage.HandleParameters
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
Other instance functions
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)