Ability SubtractAbilityCost

From Dragon Age Toolset Wiki
Revision as of 01:07, 25 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = Ability_SubtractAbilityCost |brief = Subtracts the cost (mana or stamina) for using an ability from the caster. |param1type = object |param1name = oCaster |p...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Subtracts the cost (mana or stamina) for using an ability from the caster.

void Ability_SubtractAbilityCost(
object oCaster,
int nAbility,
object oItem = OBJECT_INVALID
);
Parameters:
oCaster
The creature using the ability
nAbility
The ability / spell that has been used
oItem
[Undocumented]
Returns:

Nothing.

Source:

Core Resources.ability_h