Difference between revisions of "GetNumTactics"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetNumTactics
 
|name=GetNumTactics

Latest revision as of 18:49, 2 March 2010

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).