Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

TribesGUI.TribesCreditsMenu

Extends
TribesGUIPage

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPage
            |   
            +-- TribesGUI.TribesGUIPage
               |   
               +-- TribesGUI.TribesCreditsMenu

Variables Summary
CREDITS
sDynamicPositionSpecFinalPlacement
floatInitialDelay
sDynamicPositionSpecInitialPlacement
intNextToStartScrolling
floatRepeatDelay
floatScrollDelay
TribesGui
array<GUILabel>Credits
GUIButtonMyEscapeButton
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
function Close ()))
event Free (optional bool bForce))
function InitComponent (GUIComponent MyOwner))
function InternalOnClick (GUIComponent Sender))
function InternalOnHide ()))
function InternalOnRePositionCompleted (GUIComponent Sender, name NewPosLabel ))
function InternalOnShow ()))
function ScrollingCompleted ()))
function ScrollNext ()))
event 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

CREDITS

FinalPlacement Source code

var(CREDITS) private config sDynamicPositionSpec FinalPlacement;

InitialDelay Source code

var(CREDITS) private config float InitialDelay;

InitialPlacement Source code

var(CREDITS) private config sDynamicPositionSpec InitialPlacement;

NextToStartScrolling Source code

var(CREDITS) private int NextToStartScrolling;

RepeatDelay Source code

var(CREDITS) private config float RepeatDelay;

ScrollDelay Source code

var(CREDITS) private config float ScrollDelay;

TribesGui

Credits Source code

var(TribesGui) private EditInline Editconst array<GUILabel> Credits;

MyEscapeButton Source code

var(TribesGui) private EditInline Config GUIButton MyEscapeButton;


Functions Detail

Close Source code

private function Close ( ) )

Free Source code

event Free ( optional bool bForce) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnClick Source code

private function InternalOnClick ( GUIComponent Sender) )

InternalOnHide Source code

private function InternalOnHide ( ) )

InternalOnRePositionCompleted Source code

private function InternalOnRePositionCompleted ( GUIComponent Sender, name NewPosLabel ) )

InternalOnShow Source code

private function InternalOnShow ( ) )

ScrollingCompleted Source code

private function ScrollingCompleted ( ) )

ScrollNext Source code

private function ScrollNext ( ) )

Timer Source code

event Timer ( ) )


Defaultproperties

defaultproperties
{
	OnShow=InternalOnShow
	OnHide=InternalOnHide
	
	ScrollDelay=1
	InitialDelay=1
	RepeatDelay=1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:35.993 - Created with UnCodeX