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.UT2K4GUIPage | +-- GUI2K4.PopupPageBase
FloatingWindow, MessageWindow, UT2K4DemoPlayback
Variables Summary | |
---|---|
bool | bClosing |
bool | bFading |
FloatingImage | i_FrameBG |
Fade | |
byte | CurFade |
float | CurFadeTime |
byte | DesiredFade |
float | FadeTime |
Inherited Variables from XInterface.UT2K4GUIPage |
---|
BeepSound, FadeInSound, PopInSound, SlideInSound |
Inherited Variables from XInterface.GUIPage |
---|
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
Delegates Summary | ||
---|---|---|
FadedIn () | ||
FadedOut () |
Inherited Delegates from XInterface.GUIPage |
---|
OnCanClose, OnClose, OnOpen, OnReOpen |
Functions Summary | ||
---|---|---|
FadeIn ())) | ||
FadeOut ())) | ||
bool | InternalOnPreDraw (Canvas C )) | |
Opened (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 |
---|
Delegates Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=FloatingImage Name=FloatingFrameBackground Image=Material'2K4Menus.NewControls.Display1' ImageRenderStyle=MSTY_Normal ImageStyle=ISTY_Stretched ImageColor=(R=255,G=255,B=255,A=255) DropShadow=None WinWidth=1 WinHeight=0.98 WinLeft=0 WinTop=0.02 RenderWeight=0.000003 bBoundToParent=True bScaleToParent=True End Object i_FrameBG=FloatingFrameBackground bRequire640x480=False bRenderWorld=True bCaptureInput=True DesiredFade=80 CurFade=200 FadeTime=0.35 OnPreDraw=InternalOnPreDraw BackgroundColor=(R=255,G=255,B=255,A=255) BackgroundRStyle=MSTY_Modulated } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |