Call of Duty Script Documentation

allowedstances( <stance> ... )


Module
AI


Summary


Sets the list of the actor's allowed stances.

Call this function on


<actor> An actor

Example


 self allowedStances ("crouch", "prone");

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List