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

TribesGUI.HUDDeployableReticule

Extends
HUDReticule

Core.Object
|   
+-- TribesGUI.HUDElement
   |   
   +-- TribesGUI.HUDContainer
      |   
      +-- TribesGUI.HUDReticule
         |   
         +-- TribesGUI.HUDDeployableReticule

Variables Summary
LabelElementinfoLabel
floatlabelHideTime
floatlastUseTime
stringtextBadSurface
stringtextBlocked
stringtextInvalidTargetObject
stringtextSameTypeTooNear
stringtextTooFar
Inherited Variables from TribesGUI.HUDReticule
hotspotX, hotspotY, retHeight, reticuleMaterial, retWidth
Inherited Variables from TribesGUI.HUDContainer
children

Functions Summary
function InitElement ()))
function UpdateReticule (ClientSideCharacter c))
Inherited Functions from TribesGUI.HUDReticule
InitElement, RenderElement, UpdateData, UpdateReticule
Inherited Functions from TribesGUI.HUDContainer
AddClonedElement, AddElement, AddExistingElement, ElementAdded, ElementRemoved, ForceNeedsLayout, HasElement, InitElementHeirachy, RemoveAll, RemoveElementAt, SetAlpha


Variables Detail

infoLabel Source code

var LabelElement infoLabel;

labelHideTime Source code

var float labelHideTime;

lastUseTime Source code

var float lastUseTime;

textBadSurface Source code

var localized string textBadSurface;

textBlocked Source code

var localized string textBlocked;

textInvalidTargetObject Source code

var localized string textInvalidTargetObject;

textSameTypeTooNear Source code

var localized string textSameTypeTooNear;

textTooFar Source code

var localized string textTooFar;


Functions Detail

InitElement Source code

function InitElement ( ) )

UpdateReticule Source code

function UpdateReticule ( ClientSideCharacter c) )


Defaultproperties

defaultproperties
{
	textTooFar = "The deployment point is too far away."
	textBadSurface = "You must deploy this item on a flat surface."
	textBlocked = "The deployment point is blocked."
	textSameTypeTooNear = "The deployment point is too close to another deployable of the same type."
	textInvalidTargetObject = "You cannot deploy on that object."
}

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