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

TribesGUI.TribesMainMenu

Extends
TribesGUIPage
Modifiers
native

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

Variables Summary
boolbActivated
TribesGui
GUIButtonContinueButton
GUIButtonCreditsButton
GUIButtonDebugLoadMapButton
GUIButtonLoadGameButton
GUIButtonMultiplayerButton
GUIButtonNewGameButton
GUIButtonOptionsButton
GUIButtonQuitButton
GUILabelVersionLabel
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
functionstring GetRecentSave ()
functionstring GetVersionString ()
function InitComponent (GUIComponent MyOwner))
function InternalOnActivate ()))
function InternalOnClick (GUIComponent Sender))
function InternalOnShow ()))
function 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

bActivated Source code

var bool bActivated;

TribesGui

ContinueButton Source code

var(TribesGui) private EditInline Config GUIButton ContinueButton;
A component of this page which has its behavior defined in the code for this page's class.

CreditsButton Source code

var(TribesGui) private EditInline Config GUIButton CreditsButton;
A component of this page which has its behavior defined in the code for this page's class.

DebugLoadMapButton Source code

var(TribesGui) private EditInline Config GUIButton DebugLoadMapButton;
A component of this page which has its behavior defined in the code for this page's class.

LoadGameButton Source code

var(TribesGui) private EditInline Config GUIButton LoadGameButton;
A component of this page which has its behavior defined in the code for this page's class.

MultiplayerButton Source code

var(TribesGui) private EditInline Config GUIButton MultiplayerButton;
A component of this page which has its behavior defined in the code for this page's class.

NewGameButton Source code

var(TribesGui) private EditInline Config GUIButton NewGameButton;
A component of this page which has its behavior defined in the code for this page's class.

OptionsButton Source code

var(TribesGui) private EditInline Config GUIButton OptionsButton;
A component of this page which has its behavior defined in the code for this page's class.

QuitButton Source code

var(TribesGui) private EditInline Config GUIButton QuitButton;
A component of this page which has its behavior defined in the code for this page's class.

VersionLabel Source code

var(TribesGui) private EditInline Config GUILabel VersionLabel;


Functions Detail

GetRecentSave Source code

native function string GetRecentSave ( )

GetVersionString Source code

native function string GetVersionString ( )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnShow Source code

function InternalOnShow ( ) )

Timer Source code

function Timer ( ) )


Defaultproperties

defaultproperties
{
}

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