IsModalAbilityActive

From Dragon Age Toolset Wiki
Revision as of 22:43, 24 February 2010 by BryanDerksen (Talk | contribs) (Category:Ability functions)

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

Check if a modal ability is active in a creature

int IsModalAbilityActive(
object oCreature,
int nAbilityId
);
Parameters:
oCreature
the creature in which to check the modal ability
nAbilityId
modal ability to check if it's active
Returns:

1 if active. 0 if inactive.

Source:

script.ldf

Description

Check if a modal ability is active in a creature.


See also

SetModalAbility