I'm a doctor, not a mechanic
UE2:MatchSetupLoginPage (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> MatchSetupLoginPage |
Contents
- Package:
- xVoting
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]
b_Cancel[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'CancelButton'
b_LogIn[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'LoginButton'
ed_Password[edit]
Type: moEditBox
Modifiers: automated
Default value: moEditBox'PasswordEditBox'
ed_UserID[edit]
Type: moEditBox
Modifiers: automated
Default value: moEditBox'UserIDEditBox'
l_Title[edit]
Type: GUILabel
Modifiers: automated
Default value: GUILabel'TitleLabel'
VRI[edit]
Type: VotingReplicationInfo
Default values[edit]
Property | Value |
---|---|
bAllowedAsLast | True |
OpenSound | Sound'MenuSounds.SelectDshort' |
WinHeight | 0.352864 |
WinLeft | 0.0 |
WinTop | 0.248697 |
WinWidth | 1.0 |
Subobjects[edit]
CancelButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Cancel" |
OnClick | InternalOnClick |
RenderWeight | 1.0 |
StyleName | "SquareButton" |
TabOrder | 4 |
WinHeight | 0.033203 |
WinLeft | 0.536249 |
WinTop | 0.526667 |
WinWidth | 0.12 |
LoginButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "Login" |
OnClick | InternalOnClick |
RenderWeight | 1.0 |
StyleName | "SquareButton" |
TabOrder | 3 |
WinHeight | 0.033203 |
WinLeft | 0.33 |
WinTop | 0.526667 |
WinWidth | 0.12 |
PasswordEditBox[edit]
Class: XInterface.moEditBox
Property | Value |
---|---|
Caption | "Password" |
CaptionWidth | 0.5 |
OnKeyEvent | PasswordKeyPress |
TabOrder | 2 |
WinHeight | 0.03125 |
WinLeft | 0.3 |
WinTop | 0.431667 |
WinWidth | 0.3825 |
TitleLabel[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "Match Setup Login" | ||||||||||
RenderWeight | 1.0 | ||||||||||
TextAlign | TXTA_Center | ||||||||||
TextColor |
|
||||||||||
TextFont | "UT2SmallFont" | ||||||||||
WinHeight | 0.053125 | ||||||||||
WinLeft | 0.302813 | ||||||||||
WinTop | 0.2875 | ||||||||||
WinWidth | 0.382813 |
UserIDEditBox[edit]
Class: XInterface.moEditBox
Property | Value |
---|---|
Caption | "UserID" |
CaptionWidth | 0.5 |
OnKeyEvent | UserIDKeyPress |
TabOrder | 1 |
WinHeight | 0.03375 |
WinLeft | 0.30125 |
WinTop | 0.366667 |
WinWidth | 0.38125 |
Functions[edit]
Events[edit]
Closed[edit]
event Closed (GUIComponent Sender, bool bCancelled)
Overrides: GUIPage.Closed
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: FloatingWindow.InitComponent
NotifyLevelChange[edit]
event bool NotifyLevelChange ()
Overrides: GUIPage.NotifyLevelChange
timer[edit]
event timer ()
Overrides: GUIComponent.Timer
Other instance functions[edit]
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)