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

TribesGUI.HUDRespawnMarker

Extends
HUDNumericTextureLabel

Core.Object
|   
+-- TribesGUI.HUDElement
   |   
   +-- TribesGUI.HUDNumericTextureLabel
      |   
      +-- TribesGUI.HUDRespawnMarker

Variables Summary
boolbSelected
boolbWatched
intRespawnIndex
HUDRespawnMapRespawnMap
HUDRespawnMarker
HUDMaterialSelectedIcon
ColorSelectedTextColor
HUDMaterialUnselectedIcon
ColorUnselectedTextColor
HUDMaterialWatchedIcon
ColorWatchedTextColor
Inherited Variables from TribesGUI.HUDNumericTextureLabel
bCenterText, Data, DigitHeight, DigitIndex, DigitWidths, FontMaterial, TextColor, TrailingSpaces
Inherited Variables from TribesGUI.HUDElement
alpha, aspectRatio, backgroundTexture, BaseScript, bFlashing, bIsLayingOut, bNeedsLayout, borderBottom, borderLeft, borderRight, borderTop, bRelativePositioning, bRenderedOnce, bUseResFonts, bVisible, defaultDrawColor, FlashAlphaMax, FlashAlphaMin, FlashDuration, FlashPeriod, FlashStartTime, FlashSwitchTime, foregroundTexture, Height, HelpFont, HelpFontName, HelpLabel, horizontalAlignment, horizontalFill, iniOverride, initialHeight, initialPosX, initialPosY, initialWidth, insetX, insetY, LocalData, nextSibling, offsetX, offsetY, ParentElement, posX, posY, previousSibling, RelativeHeight, RelativePosX, RelativePosY, RelativeWidth, resFontNames, resFonts, screenHeight, screenWidth, TargetAlpha, textColor, textFont, textFontName, timeSeconds, verticalAlignment, verticalFill, Width

Enumerations Summary
Inherited Enumerations from TribesGUI.HUDElement
EHorizontalAlignment, EHorizontalFill, ELayoutDirection, EVerticalAlignment, EVerticalFill

Structures Summary
Inherited Structures from TribesGUI.HUDElement
HUDMaterial

Functions Summary
function OnMouseClicked (HUDElement Sender))
function OnMouseEntered (HUDElement Sender))
function OnMouseExited (HUDElement Sender))
function RenderElement (Canvas c))
function UpdateData (ClientSideCharacter c))
Inherited Functions from TribesGUI.HUDNumericTextureLabel
SetDataString
Inherited Functions from TribesGUI.HUDElement
Construct, CreateClonedElement, CreateHUDElement, DoLayout, EncodeColor, EncodePlayerName, FlashElement, ForceNeedsLayout, GetAlpha, GetHeight, GetMaximumRelativeX, GetMaximumRelativeY, GetMaximumX, GetMaximumY, GetScreenPos, GetWidth, GetX, GetY, InitElement, InitElementHeirachy, InternalHeight, InternalLeft, InternalTop, InternalWidth, KeyEvent, KeyType, Layout, LoadConfig, LoadFont, LoadFonts, MakeHUDMaterial, MaterialHeight, MaterialWidth, NativeRenderElement, OnMouseClicked, OnMouseDoubleClicked, OnMouseEntered, OnMouseExited, PointInElement, PointInRegion, Render, RenderElement, RenderHUDMaterial, ResetFont, ResetHUDMaterial, ResizeForWidth, RootHUDScript, SetAlpha, SetColor, SetHeight, SetNeedsLayout, SetWidth, SetX, SetY, StaticCreateHUDElement, UpdateData


Variables Detail

bSelected Source code

var bool bSelected;

bWatched Source code

var bool bWatched;

RespawnIndex Source code

var int RespawnIndex;

RespawnMap Source code

var HUDRespawnMap RespawnMap;

HUDRespawnMarker

SelectedIcon Source code

var(HUDRespawnMarker) config HUDMaterial SelectedIcon;

SelectedTextColor Source code

var(HUDRespawnMarker) config Color SelectedTextColor;

UnselectedIcon Source code

var(HUDRespawnMarker) config HUDMaterial UnselectedIcon;

UnselectedTextColor Source code

var(HUDRespawnMarker) config Color UnselectedTextColor;

WatchedIcon Source code

var(HUDRespawnMarker) config HUDMaterial WatchedIcon;

WatchedTextColor Source code

var(HUDRespawnMarker) config Color WatchedTextColor;


Functions Detail

OnMouseClicked Source code

function OnMouseClicked ( HUDElement Sender) )

OnMouseEntered Source code

function OnMouseEntered ( HUDElement Sender) )

OnMouseExited Source code

function OnMouseExited ( HUDElement Sender) )

RenderElement Source code

function RenderElement ( Canvas c) )

UpdateData Source code

function UpdateData ( ClientSideCharacter c) )


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
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:31.148 - Created with UnCodeX