Ability IsBloodMagic

From Dragon Age Toolset Wiki
Jump to: navigation, search

Returns TRUE if the specified ability is a blood magic ability.

int Ability_IsBloodMagic(
object oCaster
);
Parameters:
oCaster
The creature using the ability
Returns:

TRUE or FALSE

Source:

Core Game Resources.ability_h

Description

Used by the spell cost functions to determine whether or not to cast from health or mana/stamina.