Difference between revisions of "IsMoving"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=IsMoving
 
|name=IsMoving
Line 7: Line 6:
 
|param1desc=the creature to check movement for
 
|param1desc=the creature to check movement for
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=True if the creature is moving
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 24: Line 23:
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category: Uncategorised function]]
+
[[Category: Creature functions]]

Latest revision as of 23:55, 10 February 2010

Returns TRUE if a creature is currently moving

int IsMoving(
object oCreature
);
Parameters:
oCreature
the creature to check movement for
Returns:

True if the creature is moving

Source:

script.ldf