Difference between revisions of "GetAbilityList"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created)
 
(No difference)

Latest revision as of 13:39, 26 March 2012

Returns a list of ability IDs for non-item abilities active on the given creature.

int[] GetAbilityList(
object oCreature,
int nType = ABILITY_INVALID,
int bOnlyCoolingDown = FALSE
);
Parameters:
oCreature
the creature to query
nType
the type of ability to query for. ABILITY_INVALID returns all non-item abilities
bOnlyCoolingDown
return only abilities that are currently cooling down
Returns:

Returns a list of integer ability IDs.

Source:

script.ldf