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 |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIButton name=QuitBackground WinWidth=1.0 WinHeight=1.0 WinTop=0 WinLeft=0 bAcceptsInput=false bNeverFocus=true StyleName="SquareBar" bBoundToParent=true bScaleToParent=true End Object Controls(0)=GUIButton'QuitBackground' Begin Object Class=GUIButton Name=YesButton Caption="YES" WinWidth=0.2 WinHeight=0.04 WinLeft=0.125 WinTop=0.75 bBoundToParent=true OnClick=InternalOnClick End Object Controls(1)=GUIButton'YesButton' Begin Object Class=GUIButton Name=NoButton Caption="NO" WinWidth=0.2 WinHeight=0.04 WinLeft=0.65 WinTop=0.75 bBoundToParent=true OnClick=InternalOnClick End Object Controls(2)=GUIButton'NoButton' Begin Object class=GUILabel Name=QuitDesc Caption="Are you sure you wish to quit?" TextALign=TXTA_Center TextColor=(R=220,G=180,B=0,A=255) TextFont="UT2HeaderFont" WinWidth=1 WinLeft=0 WinTop=0.4 WinHeight=32 End Object Controls(3)=GUILabel'QuitDesc' WinLeft=0 WinTop=0.375 WinWidth=1 WinHeight=0.25 bRequire640x480=false } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |