| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- TribesGUI.HUDElement
|
+-- TribesGUI.HUDNumericTextureLabel
|
+-- TribesGUI.HUDRespawnMarker
| Variables Summary | |
|---|---|
| bool | bSelected |
| bool | bWatched |
| int | RespawnIndex |
| HUDRespawnMap | RespawnMap |
| HUDRespawnMarker | |
| HUDMaterial | SelectedIcon |
| Color | SelectedTextColor |
| HUDMaterial | UnselectedIcon |
| Color | UnselectedTextColor |
| HUDMaterial | WatchedIcon |
| Color | WatchedTextColor |
| Inherited Variables from TribesGUI.HUDNumericTextureLabel |
|---|
| bCenterText, Data, DigitHeight, DigitIndex, DigitWidths, FontMaterial, TextColor, TrailingSpaces |
| Enumerations Summary |
|---|
| Inherited Enumerations from TribesGUI.HUDElement |
|---|
| EHorizontalAlignment, EHorizontalFill, ELayoutDirection, EVerticalAlignment, EVerticalFill |
| Structures Summary |
|---|
| Inherited Structures from TribesGUI.HUDElement |
|---|
| HUDMaterial |
| Functions Summary | ||
|---|---|---|
![]() | OnMouseClicked (HUDElement Sender)) | |
![]() | OnMouseEntered (HUDElement Sender)) | |
![]() | OnMouseExited (HUDElement Sender)) | |
![]() | RenderElement (Canvas c)) | |
![]() | UpdateData (ClientSideCharacter c)) | |
| Inherited Functions from TribesGUI.HUDNumericTextureLabel |
|---|
| SetDataString |
| Variables Detail |
|---|
| Functions Detail |
|---|
OnMouseClicked Source code
OnMouseEntered Source code
OnMouseExited Source code
RenderElement Source code
UpdateData Source code| Defaultproperties |
|---|
defaultproperties
{
UnselectedIcon=(Material=texture'HUD.Radar',style=1,Coords=(U=64,V=160,UL=32,VL=32),DrawColor=(R=128,G=128,B=128,A=255))
WatchedIcon=(Material=texture'HUD.Radar',style=1,Coords=(U=64,V=160,UL=32,VL=32),DrawColor=(R=255,G=255,B=255,A=255))
SelectedIcon=(Material=texture'HUD.Radar',style=1,Coords=(U=96,V=160,UL=32,VL=32),DrawColor=(R=255,G=255,B=255,A=255))
WatchedTextColor=(R=255,G=255,B=255,A=255)
UnselectedTextColor=(R=128,G=128,B=128,A=255)
SelectedTextColor=(R=0,G=0,B=0,A=255)
RespawnIndex = -2
bCenterText = true
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||