Ability GetScaledHeal

From Dragon Age Toolset Wiki
Jump to: navigation, search

Returns the nHeal parameter without any scaling.

int Ability_GetScaledHeal(
int nAbility,
object oCaster,
int nHeal
);
Parameters:
nAbility
an ABILITY_* constant
oCaster
the creature using the ability
nHeal
an amount of healing
Returns:

the nHeal parameter

Source:

Core Game Resources.ability_h

Remarks

Despite its name this function simply returns the nHeal parameter without any scaling.