Difference between revisions of "Ability SubtractAbilityCost"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(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...')
 
(No difference)

Latest revision as of 01:07, 25 February 2010

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