Difference between revisions of "IsPartyAIEnabled"

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=IsPartyAIEnabled
 
|name=IsPartyAIEnabled
Line 7: Line 6:
 
|param1desc=the creature to query
 
|param1desc=the creature to query
 
|returntype=int
 
|returntype=int
|returndesc=- TRUE if AI is enabled for this creature.
+
|returndesc= TRUE if AI is enabled for this creature.
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 22:51, 24 February 2010

Returns whether AI is enabled by the user for this creature.

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

TRUE if AI is enabled for this creature.

Source:

script.ldf

Description

The user can choose to selectively disable AI on a per-creature basis.