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

TribesGUI.TribesDebugLoadMapMenu

Extends
TribesGUIPage

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

Variables Summary
stringmenuCallerName
TribesGui
GUIButtonCancelButton
GUIButtonLoadButton
GUIButtonLoadCutsceneButton
GUIMultiColumnListBoxLoadGameBox
GUIButtonMainMenuButton
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
event HandleParameters (string Param1, string Param2, optional int param3))
function InitComponent (GUIComponent MyOwner))
function InternalOnClick (GUIComponent Sender))
function LoadMapList ()))
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

menuCallerName Source code

var string menuCallerName;

TribesGui

CancelButton Source code

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

LoadButton Source code

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

LoadCutsceneButton Source code

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

LoadGameBox Source code

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

MainMenuButton Source code

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


Functions Detail

HandleParameters Source code

event HandleParameters ( string Param1, string Param2, optional int param3) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

LoadMapList Source code

function LoadMapList ( ) )


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.019 - Created with UnCodeX