| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K3GUIPage
|
+-- XInterface.UT2GetPassword
| Variables Summary | |
|---|---|
| float | BarHeight |
| float | BarVPos |
| bool | bIgnoreEsc |
| float | ButtonHeight |
| float | ButtonHGap |
| float | ButtonVGap |
| float | ButtonWidth |
| string | LeaveMPButtonText |
| string | LeaveSPButtonText |
| string | RetryURL |
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Functions Summary | ||
|---|---|---|
![]() | HandleParameters (string URL, tring Unused)) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | bool | InternalOnClick (GUIComponent Sender)) |
| Inherited Functions from XInterface.GUIPage |
|---|
| AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
| Variables Detail |
|---|
| Functions Detail |
|---|
HandleParameters Source code
InitComponent Source code
InternalOnClick Source code| Defaultproperties |
|---|
defaultproperties
{
bIgnoreEsc=True
bAllowedAsLast=True
OpenSound=Sound'MenuSounds.selectDshort'
Begin Object Class=GUIButton Name=GetPassBackground
StyleName="RoundButton"
WinTop=0.375000
WinLeft=0.087500
WinWidth=0.831251
WinHeight=0.306250
bAcceptsInput=False
bNeverFocus=True
OnKeyEvent=GetPassBackground.InternalOnKeyEvent
End Object
Controls(0)=GUIButton'XInterface.UT2GetPassword.GetPassBackground'
Begin Object Class=moEditBox Name=GetPassPW
CaptionWidth=0.400000
Caption="Server Password"
OnCreateComponent=GetPassPW.InternalOnCreateComponent
WinTop=0.508594
WinLeft=0.250000
WinHeight=0.060000
End Object
Controls(1)=moEditBox'XInterface.UT2GetPassword.GetPassPW'
Begin Object Class=GUIButton Name=GetPassRetry
Caption="Retry"
StyleName="MidGameButton"
WinTop=0.941666
WinLeft=0.400000
WinWidth=0.250000
WinHeight=0.050000
bBoundToParent=True
OnClick=UT2GetPassword.InternalOnClick
OnKeyEvent=GetPassRetry.InternalOnKeyEvent
End Object
Controls(2)=GUIButton'XInterface.UT2GetPassword.GetPassRetry'
Begin Object Class=GUIButton Name=GetPassFail
Caption="Cancel"
StyleName="MidGameButton"
WinTop=0.941666
WinLeft=0.650000
WinWidth=0.250000
WinHeight=0.050000
bBoundToParent=True
OnClick=UT2GetPassword.InternalOnClick
OnKeyEvent=GetPassFail.InternalOnKeyEvent
End Object
Controls(3)=GUIButton'XInterface.UT2GetPassword.GetPassFail'
Begin Object Class=GUILabel Name=GetPassLabel
Caption="A password is required to play on this server."
TextAlign=TXTA_Center
TextColor=(B=255,G=255,R=255)
TextFont="UT2HeaderFont"
bMultiLine=True
WinTop=0.125000
WinHeight=0.500000
bBoundToParent=True
End Object
Controls(4)=GUILabel'XInterface.UT2GetPassword.GetPassLabel'
WinTop=0.375000
WinHeight=0.250000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||