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

TribesGUI.HUDExtendableValueBar

Extends
HUDValueBar

Core.Object
|   
+-- TribesGUI.HUDElement
   |   
   +-- TribesGUI.HUDContainer
      |   
      +-- TribesGUI.HUDValueBar
         |   
         +-- TribesGUI.HUDExtendableValueBar

Variables Summary
floatoldMaximumValue
HUDExtendableValueBar
MatCoordscapCoords
MatCoordsiconCoords
floatpixValueRatio
MatCoordstileCoords
Inherited Variables from TribesGUI.HUDValueBar
activeEmptyTexture, activeFullTexture, barEnd, barEndOffset, barStart, barStartOffset, barWidth, bReverse, emptyTexture, fullTexture, LabelConfigName, MaxDisplayDigits, maximumValue, ratio, value, ValueLabel
Inherited Variables from TribesGUI.HUDContainer
children

Functions Summary
function RenderBarLayer (Canvas C, out HUDMaterial mat))
function UpdateData (ClientSideCharacter c))
Inherited Functions from TribesGUI.HUDValueBar
CalculateRatio, ClipToValue, InitElement, UpdateData
Inherited Functions from TribesGUI.HUDContainer
AddClonedElement, AddElement, AddExistingElement, ElementAdded, ElementRemoved, ForceNeedsLayout, HasElement, InitElementHeirachy, RemoveAll, RemoveElementAt, SetAlpha


Variables Detail

oldMaximumValue Source code

var float oldMaximumValue;

HUDExtendableValueBar

capCoords Source code

var(HUDExtendableValueBar) config MatCoords capCoords;
texture coordinates (in pixels) of the cap on the end of the bar

iconCoords Source code

var(HUDExtendableValueBar) config MatCoords iconCoords;
texture coordinates (in pixels) of the icon at the start of the bar

pixValueRatio Source code

var(HUDExtendableValueBar) config float pixValueRatio;
Ratio of a pixel to the bar value units

tileCoords Source code

var(HUDExtendableValueBar) config MatCoords tileCoords;
texture coordinates (in pixels) of the section to tile in the middle of the bar


Functions Detail

RenderBarLayer Source code

function RenderBarLayer ( Canvas C, out HUDMaterial mat) )

UpdateData Source code

function UpdateData ( ClientSideCharacter c) )


Defaultproperties

defaultproperties
{
	iconCoords=(U=0,V=0,UL=60,VL=64)
	tileCoords=(U=60,V=0,UL=800,VL=64)
	capCoords=(U=1000,V=0,UL=24,VL=64)


	pixValueRatio	= 2.1		
}

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