| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- TribesGUI.HUDElement
|
+-- TribesGUI.HUDContainer
|
+-- TribesGUI.HUDEquipmentIcon
HUDCarryableIcon, HUDDeployableIcon, HUDGrenadesIcon, HUDHealthKitIcon, HUDPackIcon, HUDWeaponIcon
| Variables Summary | |
|---|---|
| HUDValueBar | equipmentBar |
| LabelElement | keyLabel |
| LabelElement | quantityLabel |
| HUDEquipmentIcon | |
| bool | bDrawKey |
| bool | bDrawQuantity |
| HUDMaterial | emptyTexture |
| HUDMaterial | fullTexture |
| String | keyTemplateObjectName |
| float | NewItemFlashAlphaMax |
| float | NewItemFlashAlphaMin |
| float | NewItemFlashDuration |
| float | NewItemFlashPeriod |
| String | quantityTemplateObjectName |
| 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 | ||
|---|---|---|
![]() | DoUpdateFlash ())) | |
![]() | InitElement ())) | |
![]() | UpdateData (ClientSideCharacter c)) | |
| Inherited Functions from TribesGUI.HUDContainer |
|---|
| AddClonedElement, AddElement, AddExistingElement, ElementAdded, ElementRemoved, ForceNeedsLayout, HasElement, InitElementHeirachy, RemoveAll, RemoveElementAt, SetAlpha |
| Variables Detail |
|---|
| Functions Detail |
|---|
DoUpdateFlash Source code
InitElement Source code
UpdateData Source code| Defaultproperties |
|---|
defaultproperties
{
bDrawKey = true
bDrawQuantity = true
keyTemplateObjectName = "default_EquipmentHotkeyLabel"
quantityTemplateObjectName = "default_EquipmentQuantityLabel"
NewItemFlashDuration = 1.5
NewItemFlashPeriod = 0.25
NewItemFlashAlphaMin = 0.2
NewItemFlashAlphaMax = 1.0
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||