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

TribesGUI.TribesMPHelpMenu

Extends
TribesGUIPage

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

Variables Summary
stringEscapeText
stringMovementText
stringTeamworkText
TribesGui
GUIButtonDoneButton
GUICheckboxButtonDontShowButton
GUILabelEscapeLabel
GUILabelMovementLabel
GUILabelTeamworkLabel
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

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

EscapeText Source code

var localized string EscapeText;

MovementText Source code

var localized string MovementText;

TeamworkText Source code

var localized string TeamworkText;

TribesGui

DoneButton Source code

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

DontShowButton Source code

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

EscapeLabel Source code

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

MovementLabel Source code

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

TeamworkLabel Source code

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


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnShow Source code

function InternalOnShow ( ) )


Defaultproperties

defaultproperties
{
	MovementText="Tribes is about the freedom of movement.  Press '%1' to use your jetpack and fly into the air.  Your jetpack has a limited amount of energy, but it recharges quickly.  Press '%2' to ski down slopes.  This ability is unlimited but requires practice."
	TeamworkText="Tribes is about teamwork.  Coordinate with your team to maximize your effectiveness.  Press '%1' to chat to your team.  Press and hold '%2' to access a menu of pre-recorded chats.  Press '%3' to see a strategic command map."
	EscapeText="To browse game hints, press '%1' while playing, then click the Hints tab.  To see this message again, press the Help button on the Hints tab."
}

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