Difference between revisions of "IsHumanoid"

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=IsHumanoid
 
|name=IsHumanoid
Line 7: Line 6:
 
|param1desc=The object that is to be checked for humamoind status
 
|param1desc=The object that is to be checked for humamoind status
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=True if the creature is humanoid
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=
Line 26: Line 25:
 
<!-- 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

Determines if an object is humanoid.

int IsHumanoid(
object oObject
);
Parameters:
oObject
The object that is to be checked for humamoind status
Returns:

True if the creature is humanoid

Source:

script.ldf

Description

Returns TRUE if the object oObject uses the humanoid combat blend tree animations. Returns FALSE if oObject is not a creature or does not use the humanoid animations.