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

tmod.superExtendedStat

Extends
ExtendedStat

Core.Object
|   
+-- Gameplay.Stat
   |   
   +-- Gameplay.ExtendedStat
      |   
      +-- tmod.superExtendedStat

Variables Summary
intdamage
intprojectileDistance
superExtendedStat
boolbAllowTargetInVehicleOrTurret
intmaxDistance
floatmaxTargetSpeed
floatminDamage
intminDistance
intminTargetAltitude
floatminTargetSpeed
Inherited Variables from Gameplay.ExtendedStat
bAllowTargetInVehicleOrTurret, maxDistance, maxTargetSpeed, minDamage, minDistance, minTargetAltitude, minTargetSpeed
Inherited Variables from Gameplay.Stat
acronym, awardDescription, defensePointsPerStat, description, logLevel, offensePointsPerStat, personalMessage, PersonalMessageClass, stylePointsPerStat

Functions Summary
functionbool isEligible (Controller Source, Controller Target, float damageAmount))
Inherited Functions from Gameplay.ExtendedStat
isEligible


Variables Detail

damage Source code

var int damage;

projectileDistance Source code

var int projectileDistance;

superExtendedStat

bAllowTargetInVehicleOrTurret Source code

var(superExtendedStat) bool bAllowTargetInVehicleOrTurret;

maxDistance Source code

var(superExtendedStat) int maxDistance;

maxTargetSpeed Source code

var(superExtendedStat) float maxTargetSpeed;

minDamage Source code

var(superExtendedStat) float minDamage;

minDistance Source code

var(superExtendedStat) int minDistance;

minTargetAltitude Source code

var(superExtendedStat) int minTargetAltitude;

minTargetSpeed Source code

var(superExtendedStat) float minTargetSpeed;


Functions Detail

isEligible Source code

static function bool isEligible ( Controller Source, Controller Target, float damageAmount) )


Defaultproperties

defaultproperties
{
    personalMessage="superExtendedStat message"

    damage = 0
    projectileDistance = 0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:35.141 - Created with UnCodeX