| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation | 
| previous class next class | frames no frames | |||||
Core.Object
|   
+-- TribesGUI.HUDElement
   |   
   +-- TribesGUI.HUDContainer
      |   
      +-- TribesGUI.HUDValueBar
HUDEnergyBar, HUDExtendableValueBar, HUDHealthBar, HUDHealthBarTurret, HUDHealthBarVehicle, HUDThrowMeter
| Variables Summary | |
|---|---|
| float | barEnd | 
| float | barStart | 
| float | barWidth | 
| bool | bReverse | 
| float | ratio | 
| HUDNumericTextureLabel | ValueLabel | 
| HUDValueBar | |
| HUDMaterial | activeEmptyTexture | 
| HUDMaterial | activeFullTexture | 
| float | barEndOffset | 
| float | barStartOffset | 
| HUDMaterial | emptyTexture | 
| HUDMaterial | fullTexture | 
| String | LabelConfigName | 
| int | MaxDisplayDigits | 
| float | maximumValue | 
| float | value | 
| Inherited Variables from TribesGUI.HUDContainer | 
|---|
| children | 
| Enumerations Summary | 
|---|
| Inherited Enumerations from TribesGUI.HUDElement | 
|---|
| EHorizontalAlignment, EHorizontalFill, ELayoutDirection, EVerticalAlignment, EVerticalFill | 
| Structures Summary | 
|---|
| Inherited Structures from TribesGUI.HUDElement | 
|---|
| HUDMaterial | 
| Functions Summary | ||
|---|---|---|
|  | CalculateRatio ())) | |
|  | ClipToValue (Canvas C, HUDMaterial mat, float clipRatio) | |
|  | InitElement ())) | |
|  | UpdateData (ClientSideCharacter c)) | |
| Inherited Functions from TribesGUI.HUDContainer | 
|---|
| AddClonedElement, AddElement, AddExistingElement, ElementAdded, ElementRemoved, ForceNeedsLayout, HasElement, InitElementHeirachy, RemoveAll, RemoveElementAt, SetAlpha | 
| Variables Detail | 
|---|
Value label
Texture for the empty bar
Texture for the full bar
X offset (in texture co-ords) of the end of the bar region
X offset (in texture co-ords) of the start of the bar region
Default Texture for the empty bar
Default Texture for the full bar
Name of the config item for the label
Maximum number of digitd to display
max value for the bar
current value of the bar
| Functions Detail | 
|---|
 CalculateRatio  Source code
 CalculateRatio  Source code ClipToValue  Source code
 ClipToValue  Source code InitElement  Source code
 InitElement  Source code UpdateData  Source code
 UpdateData  Source code| Defaultproperties | 
|---|
| defaultproperties
{
	barStartOffset	= 0
	maximumValue	= 500
	MaxDisplayDigits = 3
} | 
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation | 
| previous class next class | frames no frames | |||||