GetNumTactics

From Dragon Age Toolset Wiki
Jump to: navigation, search

Returns the number of tactics for the creature.

int GetNumTactics(
object oCreature
);
Parameters:
oCreature
the creature to query
Returns:

- the number of available tactics.

Source:

script.ldf

Description

Zero can imply that either the tactics are disabled by the user, or they don't exist. for this creature (a non-party creature).