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

TribesGUI.TribesCommandHUDScript

Extends
TribesEditableHUDScript

Core.Object
|   
+-- TribesGUI.HUDElement
   |   
   +-- TribesGUI.HUDContainer
      |   
      +-- TribesGUI.TribesHUDScriptBase
         |   
         +-- TribesGUI.TribesHUDScript
            |   
            +-- TribesGUI.TribesEditableHUDScript
               |   
               +-- TribesGUI.TribesCommandHUDScript

Direct Known Subclasses:

TribesRespawnHUDScript

Variables Summary
HUDContainerbodyContainer
HUDContainercommandHUDContainer
HUDCommandMapcommandMap
HUDContainercommandMapContainer
LabelElementmapInfoLabel
HUDContainerobjectivesContainer
LabelElementprimaryObjectivesLabel
HUDObjectiveListprimaryObjectivesList
LabelElementsecondaryObjectivesLabel
HUDObjectiveListsecondaryObjectivesList
LabelElementtitleLabel
StringTitleString
Inherited Variables from TribesGUI.TribesHUDScript
AnnouncementsWindow, bEventMessagesEnabled, bIsAnnouncmentsEnabled, bIsChatEnabled, bIsQuickChatEnabled, bOldQuickChat, bShowScoreboard, chatEntry, countDown, EventMessageWindow, keyEventReceptors, LastMouseX, LastMouseY, messageContainer, messageWindow, mouseEventReceptors, quickChatMenu, quickChatMenuContainer, rootQuickChatMenuObject, rootQuickChatMenuObjectName, scoreboardGroup, teamOneLabel, teamOneScoreLabel, teamTwoLabel, teamTwoScoreLabel

Functions Summary
function Construct ()))
function UpdateData (ClientSideCharacter c))
Inherited Functions from TribesGUI.TribesHUDScript
Construct, ConstructBaseComponents, DoUpdate, KeyEvent, KeyType, PreShow, RegisterKeyEventReceptor, RegisterMouseEventReceptor, UnRegisterKeyEventReceptor, UnRegisterMouseEventReceptor, UpdateData, UpdateScoreboard


Variables Detail

bodyContainer Source code

var HUDContainer bodyContainer;

commandHUDContainer Source code

var HUDContainer commandHUDContainer;

commandMap Source code

var HUDCommandMap commandMap;

commandMapContainer Source code

var HUDContainer commandMapContainer;

mapInfoLabel Source code

var LabelElement mapInfoLabel;

objectivesContainer Source code

var HUDContainer objectivesContainer;

primaryObjectivesLabel Source code

var LabelElement primaryObjectivesLabel;

primaryObjectivesList Source code

var HUDObjectiveList primaryObjectivesList;

secondaryObjectivesLabel Source code

var LabelElement secondaryObjectivesLabel;

secondaryObjectivesList Source code

var HUDObjectiveList secondaryObjectivesList;

titleLabel Source code

var LabelElement titleLabel;

TitleString Source code

var localized String TitleString;


Functions Detail

Construct Source code

overloaded function Construct ( ) )

UpdateData Source code

function UpdateData ( ClientSideCharacter c) )


Defaultproperties

defaultproperties
{
	bIsAnnouncmentsEnabled=false


	TitleString="Command Map"
}

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