IsHumanoid

From Dragon Age Toolset Wiki
Revision as of 23:55, 10 February 2010 by BryanDerksen (Talk | contribs) (Category: Creature functions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.