Call of Duty Script Documentation

isstanceallowed( <stance> )


Module
AI


Summary


Checks whether this actor can go to the given stance.

Call this function on


<actor> An actor

Example


if (self isStanceAllowed("stand"))...

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List