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.UT2Congratulations
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 | ||
---|---|---|
SetupPage (string PageCaption, string PageMessage, string ContinueCaption, Material CongratsPic) |
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=GUITitleBar Name=CongratsHeader Caption="CONGRATULATIONS" StyleName="Header" WinTop=0.020000 End Object Controls(0)=GUITitleBar'XInterface.UT2Congratulations.CongratsHeader' Begin Object Class=GUIImage Name=CongratsPicture ImageStyle=ISTY_Justified ImageAlign=IMGA_Center WinTop=0.100000 WinLeft=0.100000 WinWidth=0.800000 WinHeight=0.700000 End Object Controls(1)=GUIImage'XInterface.UT2Congratulations.CongratsPicture' Begin Object Class=GUITitleBar Name=CongratsFooter StyleName="Footer" WinTop=0.860000 End Object Controls(2)=GUITitleBar'XInterface.UT2Congratulations.CongratsFooter' Begin Object Class=GUIButton Name=BackButton Caption="Continue" WinTop=0.940000 WinLeft=0.790000 WinWidth=0.300000 OnKeyEvent=BackButton.InternalOnKeyEvent End Object Controls(3)=GUIButton'XInterface.UT2Congratulations.BackButton' WinTop=0.100000 WinLeft=0.100000 WinWidth=0.800000 WinHeight=0.800000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |