| 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
|
+-- UT2004RPG.RPGResetConfirmPage
| Variables Summary | |
|---|---|
| RPGStatsMenu | StatsMenu |
| Inherited Variables from XInterface.GUIPage |
|---|
| Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
| Inherited Variables from XInterface.GUIMultiComponent |
|---|
| AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
| Functions Summary | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner) | |
![]() | bool | InternalOnClick (GUIComponent Sender) |
![]() | MyOnClose (optional bool bCanceled) | |
| 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 |
|---|
InitComponent Source code
InternalOnClick Source code
MyOnClose Source code| Defaultproperties |
|---|
defaultproperties { bRenderWorld=True bRequire640x480=False Begin Object Class=GUIButton Name=QuitBackground WinHeight=1.000000 bBoundToParent=True bScaleToParent=True bAcceptsInput=False bNeverFocus=True OnKeyEvent=QuitBackground.InternalOnKeyEvent End Object Controls(0)=GUIButton'UT2004RPG.RPGResetConfirmPage.QuitBackground' Begin Object Class=GUIButton Name=YesButton Caption="YES" WinTop=0.750000 WinLeft=0.125000 WinWidth=0.200000 bBoundToParent=True OnClick=RPGResetConfirmPage.InternalOnClick OnKeyEvent=YesButton.InternalOnKeyEvent End Object Controls(1)=GUIButton'UT2004RPG.RPGResetConfirmPage.YesButton' Begin Object Class=GUIButton Name=NoButton Caption="NO" WinTop=0.750000 WinLeft=0.650000 WinWidth=0.200000 bBoundToParent=True OnClick=RPGResetConfirmPage.InternalOnClick OnKeyEvent=NoButton.InternalOnKeyEvent End Object Controls(2)=GUIButton'UT2004RPG.RPGResetConfirmPage.NoButton' Begin Object Class=GUILabel Name=ResetDesc Caption="Data reset is PERMANENT! You will LOSE all your levels!" TextAlign=TXTA_Center TextColor=(B=0,G=180,R=220) TextFont="UT2HeaderFont" WinTop=0.400000 WinHeight=32.000000 End Object Controls(3)=GUILabel'UT2004RPG.RPGResetConfirmPage.ResetDesc' Begin Object Class=GUILabel Name=ResetDesc2 Caption="Are you SURE?" TextAlign=TXTA_Center TextColor=(B=0,G=180,R=220) TextFont="UT2HeaderFont" WinTop=0.450000 WinHeight=32.000000 End Object Controls(4)=GUILabel'UT2004RPG.RPGResetConfirmPage.ResetDesc2' WinTop=0.375000 WinHeight=0.250000 } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||