| 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 |
|---|
FadedIn Source code
FadedOut Source code| Functions Detail |
|---|
FadeIn Source code
FadeOut Source code
InternalOnPreDraw Source code
Opened Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=FloatingImage Name=FloatingFrameBackground
Image=Texture'2K4Menus.NewControls.Display1'
DropShadow=None
ImageStyle=ISTY_Stretched
ImageRenderStyle=MSTY_Normal
WinTop=0.020000
WinLeft=0.000000
WinWidth=1.000000
WinHeight=0.980000
RenderWeight=0.000003
End Object
i_FrameBG=FloatingImage'GUI2K4.PopupPageBase.FloatingFrameBackground'
FadeTime=0.350000
CurFade=200
DesiredFade=80
bRenderWorld=True
bRequire640x480=False
BackgroundRStyle=MSTY_Modulated
OnPreDraw=PopupPageBase.InternalOnPreDraw
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||