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

DruidsRPGcvs.RPGClass

Extends
RPGDeathAbility
Modifiers
config ( UT2004RPG ) abstract

Core.Object
|   
+-- UT2004RPG.RPGAbility
   |   
   +-- DruidsRPGcvs.RPGDeathAbility
      |   
      +-- DruidsRPGcvs.RPGClass

Direct Known Subclasses:

ClassAdrenalineMaster, ClassEngineer, ClassMonsterMaster, ClassWeaponsMaster

Variables Summary
intLowLevel
intMediumLevel
Inherited Variables from UT2004RPG.RPGAbility
AbilityName, BotChance, CostAddPerLevel, Description, MaxLevel, StartingCost

Functions Summary
functionint Cost (RPGPlayerDataObject Data, int CurrentLevel)
functionbool GenuinePreventDeath (Pawn Killed, Controller Killer, class<DamageType> DamageType, vector HitLocation, int AbilityLevel)
functionRPGStatsInv getPlayerStats (Controller c)
function ModifyVehicle (Vehicle V, int AbilityLevel)
functionbool PreventSever (Pawn Killed, name boneName, int Damage, class<DamageType> DamageType, int AbilityLevel)
Inherited Functions from DruidsRPGcvs.RPGDeathAbility
GenuineDeath, GenuinePreventDeath, PotentialDeathPending, PrePreventDeath, PreventSever
Inherited Functions from UT2004RPG.RPGAbility
AbilityIsAllowed, BotBuyChance, Cost, HandleDamage, ModifyPawn, ModifyVehicle, ModifyWeapon, OverridePickupQuery, PreventDeath, PreventSever, ScoreKill, UnModifyVehicle


Variables Detail

LowLevel Source code

var config int LowLevel;

MediumLevel Source code

var config int MediumLevel;


Functions Detail

Cost Source code

static simulated function int Cost ( RPGPlayerDataObject Data, int CurrentLevel )

GenuinePreventDeath Source code

static function bool GenuinePreventDeath ( Pawn Killed, Controller Killer, class<DamageType> DamageType, vector HitLocation, int AbilityLevel )

getPlayerStats Source code

static simulated function RPGStatsInv getPlayerStats ( Controller c )

ModifyVehicle Source code

static simulated function ModifyVehicle ( Vehicle V, int AbilityLevel )

PreventSever Source code

static function bool PreventSever ( Pawn Killed, name boneName, int Damage, class<DamageType> DamageType, int AbilityLevel )


Defaultproperties

defaultproperties
{
    LowLevel = 20
    MediumLevel = 40
    MaxLevel=1
    StartingCost=1
}

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