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

TribesGUI.TribesMPEscapeMenu

Extends
TribesGUIPage

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

Variables Summary
TribesGui
GUIButtonDisconnectButton
GUILabelEmailLabel
TribesMPAdminPanelMPAdminPanel
TribesMPGameStatsPanelMPGameStatsPanel
TribesMPHintsPanelMPHintsPanel
TribesMPPlayersPanelMPPlayersPanel
TribesMPStatsPanelMPStatsPanel
TribesMPWeaponStatsPanelMPWeaponStatsPanel
GUITabControlMyTabControl
GUIButtonOptionsButton
GUIButtonQuitButton
GUIButtonResumeGameButton
GUILabelServerNameLabel
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
functionint getKeyCode (string key))
event HandleParameters (string Param1, string Param2, optional int param3))
function InitComponent (GUIComponent MyOwner))
function InternalOnActivate ()))
function InternalOnClick (GUIComponent Sender))
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta))
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

TribesGui

DisconnectButton Source code

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

EmailLabel Source code

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

MPAdminPanel Source code

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

MPGameStatsPanel Source code

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

MPHintsPanel Source code

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

MPPlayersPanel Source code

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

MPStatsPanel Source code

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

MPWeaponStatsPanel Source code

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

MyTabControl Source code

var(TribesGui) private EditInline Config GUITabControl MyTabControl;
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.

ResumeGameButton Source code

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

ServerNameLabel Source code

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


Functions Detail

getKeyCode Source code

function int getKeyCode ( string key) )

HandleParameters Source code

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

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta) )


Defaultproperties

defaultproperties
{
	OnKeyEvent=InternalOnKeyEvent
}

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