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

SkaarjPack.HUDInvasion

Extends
HudCTeamDeathMatch
Modifiers
config ( user )

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

Direct Known Subclasses:

RPGHUDInvasion

Constants Summary
Inherited Contants from XInterface.HudCDeathMatch
WEAPON_BAR_SIZE

Variables Summary
boolbNoRadarSound
floatLastDrawRadar
floatMinEnemyDist
floatRadarPosX
floatRadarPosY
floatRadarPulse
floatRadarScale
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

Structures Summary
Inherited Structures from XInterface.HudCDeathMatch
WeaponState

Functions Summary
function ShowTeamScorePassA (Canvas C)
function ShowTeamScorePassC (Canvas C)
function Tick (float DeltaTime)
function UpdatePrecacheMaterials ()
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

bNoRadarSound Source code

var config bool bNoRadarSound;

LastDrawRadar Source code

var float LastDrawRadar;

MinEnemyDist Source code

var float MinEnemyDist;

RadarPosX Source code

var config float RadarPosX;

RadarPosY Source code

var config float RadarPosY;

RadarPulse Source code

var float RadarPulse;

RadarScale Source code

var float RadarScale;


Functions Detail

ShowTeamScorePassA Source code

simulated function ShowTeamScorePassA ( Canvas C )

ShowTeamScorePassC Source code

simulated function ShowTeamScorePassC ( Canvas C )

Tick Source code

simulated function Tick ( float DeltaTime )

UpdatePrecacheMaterials Source code

simulated function UpdatePrecacheMaterials ( )


Defaultproperties

defaultproperties
{
     RadarScale=0.200000
     RadarPosX=0.900000
     RadarPosY=0.250000
     YouveLostTheMatch="The Invasion Continues"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:02.359 - Created with UnCodeX