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

TribesGUI.TribesHelpHUDScript

Extends
TribesHUDScript

Core.Object
|   
+-- TribesGUI.HUDElement
   |   
   +-- TribesGUI.HUDContainer
      |   
      +-- TribesGUI.TribesHUDScriptBase
         |   
         +-- TribesGUI.TribesHUDScript
            |   
            +-- TribesGUI.TribesHelpHUDScript

Variables Summary
HUDCarryableIconcarryable
HUDCountDowncountDown
HUDDeployableIcondeployable
HUDEnergyBarenergy
HUDWeaponIconfallbackWeapon
HUDGrenadesIcongrenades
HUDHealthBarhealth
HUDContainerhealthEnergyContainer
HUDHealthKitIconhealthKit
HUDContaineritemContainer
HUDContainermessageContainer
HUDMessageWindowmessageWindow
HUDObjectiveNotificationobjectiveNotify
HUDPackIconpack
HUDRadarradar
HUDContainerradarContainer
HUDContainerscoreboardGroup
HUDIconteamOneIcon
LabelElementteamOneLabel
LabelElementteamOneScoreLabel
HUDIconteamTwoIcon
LabelElementteamTwoLabel
LabelElementteamTwoScoreLabel
HUDContainerweaponContainer
HUDWeaponIconweapons[3]
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
Inherited Variables from TribesGUI.TribesHUDScriptBase
ExtensionSpecs

Structures Summary
Inherited Structures from TribesGUI.TribesHUDScriptBase
HUDExtension

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


Variables Detail

carryable Source code

var HUDCarryableIcon carryable;

countDown Source code

var HUDCountDown countDown;

deployable Source code

var HUDDeployableIcon deployable;

energy Source code

var HUDEnergyBar energy;

fallbackWeapon Source code

var HUDWeaponIcon fallbackWeapon;

grenades Source code

var HUDGrenadesIcon grenades;

health Source code

var HUDHealthBar health;

healthEnergyContainer Source code

var HUDContainer healthEnergyContainer;

healthKit Source code

var HUDHealthKitIcon healthKit;

itemContainer Source code

var HUDContainer itemContainer;

messageContainer Source code

var HUDContainer messageContainer;

messageWindow Source code

var HUDMessageWindow messageWindow;

objectiveNotify Source code

var HUDObjectiveNotification objectiveNotify;

pack Source code

var HUDPackIcon pack;

radar Source code

var HUDRadar radar;

radarContainer Source code

var HUDContainer radarContainer;

scoreboardGroup Source code

var HUDContainer scoreboardGroup;

teamOneIcon Source code

var HUDIcon teamOneIcon;

teamOneLabel Source code

var LabelElement teamOneLabel;

teamOneScoreLabel Source code

var LabelElement teamOneScoreLabel;

teamTwoIcon Source code

var HUDIcon teamTwoIcon;

teamTwoLabel Source code

var LabelElement teamTwoLabel;

teamTwoScoreLabel Source code

var LabelElement teamTwoScoreLabel;

weaponContainer Source code

var HUDContainer weaponContainer;

weapons[3] Source code

var HUDWeaponIcon weapons[3];


Functions Detail

Construct Source code

overloaded function Construct ( ) )


Defaultproperties

defaultproperties
{
	bIsChatEnabled = true
	bIsQuickChatEnabled = false
	bEventMessagesEnabled = false
	bIsAnnouncmentsEnabled = false
}

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