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

TribesGUI.TribesMPStatsPanel

Extends
TribesMPEscapePanel

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPanel
            |   
            +-- TribesGUI.TribesGUIPanel
               |   
               +-- TribesGUI.TribesMPEscapePanel
                  |   
                  +-- TribesGUI.TribesMPStatsPanel

Variables Summary
TribesGui
GUILabeldefenseLabel
GUILabeloffenseLabel
GUIMultiColumnListBoxStatsListBox
GUILabelstyleLabel
GUILabeltotalLabel
TribesMPStatsPanel
stringdefenseString
stringoffenseString
stringstyleString
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
functionstring createEquation (int offense, int defense, int style))
function InitComponent (GUIComponent Owner))
function InternalOnActivate ()))
function InternalOnDeactivate ()))
functionTribesReplicationInfo OwnerTRI ()))
function Timer ()))
function UpdateStats ()))
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

TribesGui

defenseLabel Source code

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

offenseLabel Source code

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

StatsListBox Source code

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

styleLabel Source code

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

totalLabel Source code

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

TribesMPStatsPanel

defenseString Source code

var(TribesMPStatsPanel) localized string defenseString;

offenseString Source code

var(TribesMPStatsPanel) localized string offenseString;

styleString Source code

var(TribesMPStatsPanel) localized string styleString;


Functions Detail

createEquation Source code

function string createEquation ( int offense, int defense, int style) )

InitComponent Source code

function InitComponent ( GUIComponent Owner) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

InternalOnDeactivate Source code

function InternalOnDeactivate ( ) )

OwnerTRI Source code

function TribesReplicationInfo OwnerTRI ( ) )

Timer Source code

function Timer ( ) )

UpdateStats Source code

function UpdateStats ( ) )


Defaultproperties

defaultproperties
{
	offenseString		= "Offense"
	defenseString		= "Defense"
	styleString			= "Style"
}

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