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

TribesGUI.TribesMPHintsPanel

Extends
TribesMPEscapePanel

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

Variables Summary
intcurrentHintIndex
class<MultiplayerGameinfo>G
TribesGui
GUIButtonHelpButton
GUILabelHintLabel
GUIButtonNextButton
GUIButtonPrevButton
TribesMPHintsPanel
colorBindColor
colorHintColor
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
function InitComponent (GUIComponent MyOwner))
function InternalOnShow ()))
function OnHelpClick (GUIComponent Sender))
function OnNextClick (GUIComponent Sender))
function OnPrevClick (GUIComponent Sender))
function UpdateHint ()))
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

currentHintIndex Source code

var int currentHintIndex;

G Source code

var class<MultiplayerGameinfo> G;

TribesGui

HelpButton Source code

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

HintLabel Source code

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

NextButton Source code

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

PrevButton Source code

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

TribesMPHintsPanel

BindColor Source code

var(TribesMPHintsPanel) color BindColor;

HintColor Source code

var(TribesMPHintsPanel) color HintColor;


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnShow Source code

function InternalOnShow ( ) )

OnHelpClick Source code

function OnHelpClick ( GUIComponent Sender) )

OnNextClick Source code

function OnNextClick ( GUIComponent Sender) )

OnPrevClick Source code

function OnPrevClick ( GUIComponent Sender) )

UpdateHint Source code

function UpdateHint ( ) )


Defaultproperties

defaultproperties
{
	OnShow=InternalOnShow
	HintColor	= (R=255,G=255,B=255)
	BindColor	= (R=255,G=255,B=255)
}

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