IsHumanoid

From Dragon Age Toolset Wiki
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.