| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIMultiComponent
|
+-- GUI.GUIPage
|
+-- TribesGUI.TribesGUIPage
|
+-- TribesGUI.TribesSlideshowMenu
TribesEntryMenu, TribesExitMenu
| Variables Summary | |
|---|---|
| bool | bActivated |
| int | currentImageIndex |
| int | numTicks |
| TribesGui | |
| bool | bAllowClickToAdvance |
| int | imageDelay |
| array<Material> | imageList |
| GUIImage | slideshowImage |
| TribesSlideshowMenu | |
| bool | bDontQuitOnClick |
| Inherited Variables from TribesGUI.TribesGUIPage |
|---|
| bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape |
| Inherited Variables from GUI.GUIPage |
|---|
| bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers |
| Functions Summary | ||
|---|---|---|
![]() | bool | advanceImage ())) |
![]() | AdvanceSlideshow ())) | |
![]() | EndSlideshow ())) | |
![]() | InitComponent (GUIComponent MyOwner)) | |
![]() | bool | InternalOnKeyEvent (out byte Key, out byte State, float delta)) |
![]() | InternalOnShow ())) | |
![]() | bool | isLastSlide ())) |
![]() | OnSlideshowClick (GUIComponent Sender)) | |
![]() | OnSlideShowEnd ())) | |
![]() | StartSlideshow ())) | |
![]() | Timer ())) | |
| Inherited Functions from TribesGUI.TribesGUIPage |
|---|
| DisplayMainMenu, GameAbort, GameRestart, GameResume, GameStart, InitComponent, InternalOnKeyEvent, OnPreLevelChange, Quit |
| Inherited Functions from GUI.GUIPage |
|---|
| Activate, ChangeHint, DeActivate, DlgReturned, Free, HandleParameters, Hide, InitComponent, NotifyLevelChange, onGameplayMessage, OnProgress, OpenDlg, Show |
| Variables Detail |
|---|
If true, clicking the mouse button on the screen will advance it
The number of seconds to wait before auto-advancing the slideshow. 0 to disable auto-advancement
A component of this page which has its behavior defined in the code for this page's class.
A component of this page which has its behavior defined in the code for this page's class.
| Functions Detail |
|---|
advanceImage Source code
AdvanceSlideshow Source code
EndSlideshow Source code
InitComponent Source code
InternalOnKeyEvent Source code
InternalOnShow Source code
isLastSlide Source code
OnSlideshowClick Source code
OnSlideShowEnd Source code
StartSlideshow Source code
Timer Source code| Defaultproperties |
|---|
defaultproperties
{
imageDelay=6
bHideMouseCursor=true
bAcceptsInput=false
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||