| 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
|
+-- GUI2K4.UT2K4DemoPlayback
| Variables Summary | |
|---|---|
| bool | bIsClosing |
| bool | bIsPaused |
| StateButton | b_FF |
| StateButton | b_PlayPause |
| StateButton | b_Stop |
| int | GameSpeedModifier |
| float | GameSpeedMods[3] |
| GUILabel | lb_MapName |
| GUILabel | lb_Mod |
| GUIList | l_ViewTargets |
| float | modfade |
| float | OriginalGameSpeed |
| Inherited Variables from GUI2K4.PopupPageBase |
|---|
| bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG |
| Inherited Variables from XInterface.UT2K4GUIPage |
|---|
| BeepSound, FadeInSound, PopInSound, SlideInSound |
| Functions Summary | ||
|---|---|---|
![]() | Arrival (GUIComponent Sender, EAnimationType Type)) | |
![]() | bool | FastForwardClick (GUIComponent Sender)) |
![]() | Free ())) | |
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | bool | ModDraw (canvas C)) |
![]() | bool | PlayPauseClick (GUIComponent Sender)) |
![]() | bool | StopClick (GUIComponent Sender)) |
| Inherited Functions from GUI2K4.PopupPageBase |
|---|
| FadeIn, FadeOut, InternalOnPreDraw, Opened |
| Variables Detail |
|---|
| Functions Detail |
|---|
Arrival Source code
FastForwardClick Source code
Free Source code
InitComponent Source code
ModDraw Source code
PlayPauseClick Source code
StopClick Source code| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=StateButton Name=bFF
Images(0)=Texture'2K4Menus.AVPlayer.NextTrackBlurry'
Images(1)=Texture'2K4Menus.AVPlayer.NextTrackWatched'
Images(2)=Texture'2K4Menus.AVPlayer.NextTrackWatched'
Images(3)=Texture'2K4Menus.AVPlayer.NextTrackPressed'
Images(4)=Texture'2K4Menus.AVPlayer.NextTrackBlurry'
WinTop=0.100000
WinLeft=0.097500
WinWidth=0.040000
WinHeight=0.800000
TabOrder=2
bBoundToParent=True
bScaleToParent=True
OnClick=UT2K4DemoPlayback.FastForwardClick
OnKeyEvent=bFF.InternalOnKeyEvent
End Object
b_FF=StateButton'GUI2K4.UT2K4DemoPlayback.bFF'
Begin Object Class=StateButton Name=bPlayPause
Images(0)=Texture'2K4Menus.AVPlayer.PauseBlurry'
Images(1)=Texture'2K4Menus.AVPlayer.PauseWatched'
Images(2)=Texture'2K4Menus.AVPlayer.PauseWatched'
Images(3)=Texture'2K4Menus.AVPlayer.PausePressed'
Images(4)=Texture'2K4Menus.AVPlayer.PauseBlurry'
WinTop=0.100000
WinLeft=0.055000
WinWidth=0.040000
WinHeight=0.800000
TabOrder=1
bBoundToParent=True
bScaleToParent=True
OnClick=UT2K4DemoPlayback.PlayPauseClick
OnKeyEvent=bPlayPause.InternalOnKeyEvent
End Object
b_PlayPause=StateButton'GUI2K4.UT2K4DemoPlayback.bPlayPause'
Begin Object Class=StateButton Name=bStop
Images(0)=Texture'2K4Menus.AVPlayer.StopBlurry'
Images(1)=Texture'2K4Menus.AVPlayer.StopWatched'
Images(2)=Texture'2K4Menus.AVPlayer.StopWatched'
Images(3)=Texture'2K4Menus.AVPlayer.StopPressed'
Images(4)=Texture'2K4Menus.AVPlayer.StopBlurry'
WinTop=0.100000
WinLeft=0.013750
WinWidth=0.040000
WinHeight=0.800000
TabOrder=0
bBoundToParent=True
bScaleToParent=True
OnClick=UT2K4DemoPlayback.StopClick
OnKeyEvent=bStop.InternalOnKeyEvent
End Object
b_Stop=StateButton'GUI2K4.UT2K4DemoPlayback.bStop'
Begin Object Class=GUILabel Name=lbMapName
TextAlign=TXTA_Right
FontScale=FNS_Large
StyleName="DarkTextLabel"
WinLeft=0.150000
WinWidth=0.825000
WinHeight=1.000000
bBoundToParent=True
bScaleToParent=True
End Object
lb_MapName=GUILabel'GUI2K4.UT2K4DemoPlayback.lbMapName'
Begin Object Class=GUILabel Name=lbMod
Caption="2X"
TextColor=(B=106,G=41,R=14,A=0)
TextFont="UT2LargeFont"
WinLeft=0.150000
WinWidth=0.825000
WinHeight=1.000000
bBoundToParent=True
bScaleToParent=True
OnDraw=UT2K4DemoPlayback.ModDraw
End Object
lb_Mod=GUILabel'GUI2K4.UT2K4DemoPlayback.lbMod'
GameSpeedMods(0)=1.000000
GameSpeedMods(1)=2.000000
GameSpeedMods(2)=4.000000
bAllowedAsLast=True
WinTop=-0.065000
WinHeight=0.065000
OnArrival=UT2K4DemoPlayback.Arrival
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||