| 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.UT2QuitPage
| Variables Summary |
|---|
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Functions Summary | ||
|---|---|---|
![]() | 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 |
| Functions Detail |
|---|
InternalOnClick Source code| Defaultproperties |
|---|
defaultproperties
{
bRequire640x480=False
Begin Object Class=GUIButton Name=QuitBackground
StyleName="SquareBar"
WinHeight=1.000000
bBoundToParent=True
bScaleToParent=True
bAcceptsInput=False
bNeverFocus=True
OnKeyEvent=QuitBackground.InternalOnKeyEvent
End Object
Controls(0)=GUIButton'XInterface.UT2QuitPage.QuitBackground'
Begin Object Class=GUIButton Name=YesButton
Caption="YES"
WinTop=0.750000
WinLeft=0.125000
WinWidth=0.200000
bBoundToParent=True
OnClick=UT2QuitPage.InternalOnClick
OnKeyEvent=YesButton.InternalOnKeyEvent
End Object
Controls(1)=GUIButton'XInterface.UT2QuitPage.YesButton'
Begin Object Class=GUIButton Name=NoButton
Caption="NO"
WinTop=0.750000
WinLeft=0.650000
WinWidth=0.200000
bBoundToParent=True
OnClick=UT2QuitPage.InternalOnClick
OnKeyEvent=NoButton.InternalOnKeyEvent
End Object
Controls(2)=GUIButton'XInterface.UT2QuitPage.NoButton'
Begin Object Class=GUILabel Name=QuitDesc
Caption="Are you sure you wish to quit?"
TextAlign=TXTA_Center
TextColor=(B=0,G=180,R=220)
TextFont="UT2HeaderFont"
WinTop=0.400000
WinHeight=32.000000
End Object
Controls(3)=GUILabel'XInterface.UT2QuitPage.QuitDesc'
WinTop=0.375000
WinHeight=0.250000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||