GetNumTactics

From Dragon Age Toolset Wiki
Revision as of 18:49, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

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