Ability IsBloodMagic

From Dragon Age Toolset Wiki
Revision as of 03:16, 4 April 2015 by Sunjammer (Talk | contribs) (Adding category, fixing source module and description)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.