GetConditionedAbilities

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

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

Get a list of abilities that need to be turned off due to a condition change

int[] GetConditionedAbilities(
object oCreature,
int nConditions
);
Parameters:
oCreature
owner of the abilities
nConditions
Bitmap of conditions that have changed
Returns:

an array of abilities

Source:

script.ldf