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

XInterface.HudCDoubleDomination

Extends
HudCTeamDeathMatch

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Hud
      |   
      +-- XInterface.HudBase
         |   
         +-- XInterface.HudCDeathMatch
            |   
            +-- XInterface.HudCTeamDeathMatch
               |   
               +-- XInterface.HudCDoubleDomination

Constants Summary
Inherited Contants from XInterface.HudCDeathMatch
WEAPON_BAR_SIZE

Variables Summary
xDomPointDP1
xDomPointDP2
HudCDoubleDomination
floatBLUEtmpPosX
floatBLUEtmpPosY
floatBLUEtmpScaleX
floatBLUEtmpScaleY
SpriteWidgetDomPoints[2]
SpriteWidgetFlagHeldWidgets[2]
floatNewOffsetX
FPointWidgetPoints[2]
floatREDtmpPosX
floatREDtmpPosY
floatREDtmpScaleX
floatREDtmpScaleY
SpriteWidgetSymbolGB[2]
Inherited Variables from XInterface.HudCTeamDeathMatch
CarriersLocation, CarriersName, CarrierTextColor1, CarrierTextColor2, CarrierTextColor3, CNPosX, CNPosY, LinkEstablishedMessage, LinkIcon, Links, ScoreTeam[2], TeamScoreBackGroundDisc[2], TeamScoreBackGround[2], TeamSymbols[2], totalLinks, VersusSymbol
Inherited Variables from XInterface.HudCDeathMatch
AdrenalineAlert, AdrenalineBackground, AdrenalineBackgroundDisc, AdrenalineCount, AdrenalineIcon, AmmoIcon, BarAmmoIcon[WEAPON_BAR_SIZE], BarBorderAmmoIndicator[WEAPON_BAR_SIZE], BarBorderScaledPosition[WEAPON_BAR_SIZE], BarBorder[WEAPON_BAR_SIZE], BarWeaponIconAnim[WEAPON_BAR_SIZE], BarWeaponIcon[WEAPON_BAR_SIZE], BarWeaponStates[WEAPON_BAR_SIZE], BaseWeapons[WEAPON_BAR_SIZE], bDrawTimer, bShowMissingWeaponInfo, CountDownName[10], CurAmmoPrimary, CurEnergy, CurHealth, CurRank, CurScore, CurShield, CurVehicleHealth, CustomHUDHighlightColor, DigitsAmmo, DigitsBig, DigitsBigPulse, DigitsHealth, DigitsShield, DigitsVehicleHealth, FadeTime, HudAmmoALERT, HudBorderAmmo, HudBorderHealth, HudBorderHealthIcon, HudBorderShield, HudBorderShieldIcon, HudBorderVehicleHealth, HudBorderVehicleHealthIcon, HudColorBlack, HudColorBlue, HudColorHighLight, HudColorNormal, HudColorRed, HudColorTeam[2], HudHealthALERT, HudVehicleHealthALERT, LastAdrenalineTime, LastDamagedHealth, LastDamagedVehicleHealth, LastEnergy, LastHealth, LastShield, LastVehicleHealth, LevelActionFontColor, LevelActionFontFont, LevelActionPositionX, LevelActionPositionY, LongCountName[10], MaxAmmoPrimary, MaxEnergy, MaxShield, myRank, MySceneManagers, myScore, MyScoreBackground, MyScoreIcon, mySpread, NamedPlayer, NameTime, OldPawn, OldRemainingTime, Portrait, PortraitTime, PortraitX, RechargeBar, ScoreDiff, TeamLinked, TimerBackground, TimerBackgroundDisc, TimerDigitSpacer[2], TimerHours, TimerIcon, TimerMinutes, TimerSeconds, UDamageIcon, UDamageTime, VehicleDrawTimer, VehicleName, ZoomToggleTime

Enumerations Summary
EPointState
PS_Neutral, PS_HeldFriendly, PS_HeldEnemy, PS_Disabled,

Structures Summary
FPointWidget
PointState, Widgets[4]
Inherited Structures from XInterface.HudCDeathMatch
WeaponState

Functions Summary
function PostBeginPlay ()))
function ShowTeamScorePassA (Canvas C))
function ShowVersusIcon (Canvas C))
function SpaceOutTeamInfo ()))
function Timer ()))
function UpdateTeamHud ()))
Inherited Functions from XInterface.HudCTeamDeathMatch
CustomHUDColorAllowed, DrawHudPassA, DrawHudPassC, drawLinkText, DrawMyScore, DrawSpectatingHud, DrawTeamOverlay, showLinks, ShowTeamScorePassA, ShowTeamScorePassC, ShowVersusIcon, TeamScoreOffset, Tick, UpdateHud, UpdateRankAndSpread, UpdateTeamHud
Inherited Functions from XInterface.HudCDeathMatch
CalculateAmmo, CalculateEnergy, CalculateHealth, CalculateScore, CalculateShield, CheckCountdown, CustomCrosshairColorAllowed, CustomCrosshairsAllowed, CustomHUDColorAllowed, DisplayEnemyName, DisplayPortrait, DisplayVoiceGain, DrawAdrenaline, DrawChargeBar, DrawCrosshair, DrawEnemyName, DrawHUDAnimDigit, DrawHUDAnimWidget, DrawHudPassA, DrawHudPassC, DrawLevelAction, DrawSpectatingHud, DrawTimer, DrawUDamage, DrawVehicleChargeBar, DrawVehicleName, DrawWeaponBar, FadeZoom, GetInfoString, GetScoreTagLine, GetScoreText, GetScoreValue, GetTeamColor, GrowHUD, IsInCinematic, LoadLevelActionFont, PostBeginPlay, SetCustomCrosshairColors, SetCustomCrosshairs, SetCustomHUDColor, ShowReloadingPulse, ShrinkHUD, Tick, UpdateHud, UpdatePrecacheMaterials, UpdateRankAndSpread, ZoomFadeOut


Variables Detail

DP1 Source code

var transient xDomPoint DP1;

DP2 Source code

var transient xDomPoint DP2;

HudCDoubleDomination

BLUEtmpPosX Source code

var(HudCDoubleDomination) float BLUEtmpPosX;

BLUEtmpPosY Source code

var(HudCDoubleDomination) float BLUEtmpPosY;

BLUEtmpScaleX Source code

var(HudCDoubleDomination) float BLUEtmpScaleX;

BLUEtmpScaleY Source code

var(HudCDoubleDomination) float BLUEtmpScaleY;

DomPoints[2] Source code

var(HudCDoubleDomination) SpriteWidget DomPoints[2];

FlagHeldWidgets[2] Source code

var(HudCDoubleDomination) SpriteWidget FlagHeldWidgets[2];

NewOffsetX Source code

var(HudCDoubleDomination) float NewOffsetX;

Points[2] Source code

var(HudCDoubleDomination) FPointWidget Points[2];

REDtmpPosX Source code

var(HudCDoubleDomination) float REDtmpPosX;

REDtmpPosY Source code

var(HudCDoubleDomination) float REDtmpPosY;

REDtmpScaleX Source code

var(HudCDoubleDomination) float REDtmpScaleX;

REDtmpScaleY Source code

var(HudCDoubleDomination) float REDtmpScaleY;

SymbolGB[2] Source code

var(HudCDoubleDomination) SpriteWidget SymbolGB[2];


Enumerations Detail

EPointState Source code

enum EPointState
{
PS_Neutral, PS_HeldFriendly, PS_HeldEnemy, PS_Disabled,
};


Structures Detail

FPointWidget Source code

struct FPointWidget
{
var EPointState PointState;
var SpriteWidget Widgets[4];
};



Functions Detail

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )

ShowTeamScorePassA Source code

simulated function ShowTeamScorePassA ( Canvas C) )

ShowVersusIcon Source code

simulated function ShowVersusIcon ( Canvas C) )

SpaceOutTeamInfo Source code

simulated function SpaceOutTeamInfo ( ) )

Timer Source code

function Timer ( ) )

UpdateTeamHud Source code

simulated function UpdateTeamHud ( ) )


Defaultproperties

defaultproperties
{
	REDtmpPosX=0.063
	REDtmpPosY=0.035
	REDtmpScaleX=0.025
	REDtmpScaleY=0.035


	BLUEtmpPosX=0.049
	BLUEtmpPosY=0.035
	BLUEtmpScaleX=0.025
	BLUEtmpScaleY=0.035


	NewOffsetX=0.058


	SymbolGB(0)=(WidgetTexture=Texture'HudContent.Generic.HUD',PosX=0.5,PosY=0.0,OffsetX=-32,OffsetY=7,DrawPivot=DP_UpperRight,RenderStyle=STY_Alpha,TextureCoords=(X1=119,Y1=258,X2=173,Y2=313),TextureScale=0.6,ScaleMode=SM_Right,Scale=1.000000,Tints[0]=(G=255,R=255,B=255,A=255),Tints[1]=(G=255,R=255,B=255,A=255))
	SymbolGB(1)=(WidgetTexture=Texture'HudContent.Generic.HUD',PosX=0.5,PosY=0.0,OffsetX=32,OffsetY=7,DrawPivot=DP_UpperLeft,RenderStyle=STY_Alpha,TextureCoords=(X1=119,Y1=258,X2=173,Y2=313),TextureScale=0.6,ScaleMode=SM_Right,Scale=1.000000,Tints[0]=(G=255,R=255,B=255,A=255),Tints[1]=(G=255,R=255,B=255,A=255))


	FlagHeldWidgets(0)=(WidgetTexture=Material'HudContent.Generic.HUDPulse',PosX=0.5,PosY=0.0,OffsetX=-105,OffsetY=40,DrawPivot=DP_UpperRight,RenderStyle=STY_Alpha,TextureCoords=(X1=341,Y1=211,X2=366,Y2=271),TextureScale=0.3,ScaleMode=SM_Right,Scale=1.000000,Tints[0]=(G=255,R=255,B=255,A=255),Tints[1]=(G=255,R=255,B=255,A=255))
    FlagHeldWidgets(1)=(WidgetTexture=Material'HudContent.Generic.HUDPulse',PosX=0.5,PosY=0.0,OffsetX=105,OffsetY=40,DrawPivot=DP_UpperLeft,RenderStyle=STY_Alpha,TextureCoords=(X1=341,Y1=211,X2=366,Y2=271),TextureScale=0.3,ScaleMode=SM_Right,Scale=1.000000,Tints[0]=(G=255,R=255,B=255,A=255),Tints[1]=(G=255,R=255,B=255,A=255))



	DomPoints(0)=(WidgetTexture=Material'HudContent.Reticles.rotDomRing',PosX=0.5,PosY=0.0,OffsetX=-55,OffsetY=5,DrawPivot=DP_UpperRight,RenderStyle=STY_Alpha,TextureCoords=(X1=0,Y1=0,X2=127,Y2=127),TextureScale=0.3,ScaleMode=SM_Right,Scale=1.000000,Tints[0]=(G=255,R=255,B=255,A=255),Tints[1]=(G=255,R=255,B=255,A=255))
	DomPoints(1)=(WidgetTexture=Material'HudContent.Reticles.rotDomRing',PosX=0.5,PosY=0.0,OffsetX=55,OffsetY=5,DrawPivot=DP_UpperLeft,RenderStyle=STY_Alpha,TextureCoords=(X1=0,Y1=0,X2=127,Y2=127),TextureScale=0.3,ScaleMode=SM_Right,Scale=1.000000,Tints[0]=(G=255,R=255,B=255,A=255),Tints[1]=(G=255,R=255,B=255,A=255))


	Points(0)=(PointState=PS_Neutral,Widgets[0]=(WidgetTexture=Material'HudContent.Generic.HUD',TextureCoords=(X1=0,Y1=451,X2=63,Y2=511),TextureScale=0.33,DrawPivot=DP_MiddleMiddle,OffsetX=-108,OffsetY=-5,PosX=0.5,PosY=0.045,ScaleMode=SM_None,Scale=1.0,RenderStyle=STY_Alpha,Tints[0]=(R=195,G=195,B=195,A=255),Tints[1]=(R=195,G=195,B=195,A=150)),Widgets[1]=(WidgetTexture=Material'HudContent.Generic.HUD',TextureCoords=(X1=0,Y1=451,X2=63,Y2=511),TextureScale=0.33,DrawPivot=DP_MiddleMiddle,OffsetX=-108,OffsetY=-5,PosX=0.5,PosY=0.045,ScaleMode=SM_None,Scale=1.0,RenderStyle=STY_Alpha,Tints[0]=(B=32,G=32,R=255,A=200),Tints[1]=(R=0,B=255,G=128,A=255)),Widgets[2]=(WidgetTexture=Material'HudContent.Generic.HUD',TextureCoords=(X1=0,Y1=451,X2=63,Y2=511),TextureScale=0.33,DrawPivot=DP_MiddleMiddle,OffsetX=-108,OffsetY=-5,PosX=0.5,PosY=0.045,ScaleMode=SM_None,Scale=1.0,RenderStyle=STY_Alpha,Tints[0]=(R=0,B=255,G=128,A=255),Tints[1]=(B=32,G=32,R=255,A=200)),Widgets[3]=(WidgetTexture=Material'HudContent.Generic.HUD',TextureCoords=(X1=0,Y1=451,X2=63,Y2=511),TextureScale=0.33,DrawPivot=DP_MiddleMiddle,OffsetX=-108,OffsetY=-5,PosX=0.5,PosY=0.045,ScaleMode=SM_None,Scale=1.0,RenderStyle=STY_Alpha,Tints[0]=(R=195,G=195,B=195,A=55),Tints[1]=(R=195,G=195,B=195,A=55)))
    Points(1)=(PointState=PS_Neutral,Widgets[0]=(WidgetTexture=Material'HudContent.Generic.HUD',TextureCoords=(X1=64,Y1=451,X2=125,Y2=511),TextureScale=0.33,DrawPivot=DP_MiddleMiddle,OffsetX=110,OffsetY=-4,PosX=0.5,PosY=0.045,ScaleMode=SM_None,Scale=1.0,RenderStyle=STY_Alpha,Tints[0]=(R=195,G=195,B=195,A=255),Tints[1]=(R=195,G=195,B=195,A=150)),Widgets[1]=(WidgetTexture=Material'HudContent.Generic.HUD',TextureCoords=(X1=64,Y1=451,X2=125,Y2=511),TextureScale=0.33,DrawPivot=DP_MiddleMiddle,OffsetX=110,OffsetY=-4,PosX=0.5,PosY=0.045,ScaleMode=SM_None,Scale=1.0,RenderStyle=STY_Alpha,Tints[0]=(B=32,G=32,R=255,A=200),Tints[1]=(R=0,B=255,G=128,A=255)),Widgets[2]=(WidgetTexture=Material'HudContent.Generic.HUD',TextureCoords=(X1=64,Y1=451,X2=125,Y2=511),TextureScale=0.33,DrawPivot=DP_MiddleMiddle,OffsetX=110,OffsetY=-4,PosX=0.5,PosY=0.045,ScaleMode=SM_None,Scale=1.0,RenderStyle=STY_Alpha,Tints[0]=(R=0,B=255,G=128,A=255),Tints[1]=(B=32,G=32,R=255,A=200)),Widgets[3]=(WidgetTexture=Material'HudContent.Generic.HUD',TextureCoords=(X1=64,Y1=451,X2=125,Y2=511),TextureScale=0.33,DrawPivot=DP_MiddleMiddle,OffsetX=110,OffsetY=-4,PosX=0.5,PosY=0.045,ScaleMode=SM_None,Scale=1.0,RenderStyle=STY_Alpha,Tints[0]=(R=195,G=195,B=195,A=55),Tints[1]=(R=195,G=195,B=195,A=55)))
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:08.957 - Created with UnCodeX