Call of Duty Script Documentation
allowedstances( <stance> ... )
ModuleAI
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
1 : <stance> (string) A stance, can be 'prone', 'crouch', 'stand'. Any number of stances may be added.
Number of optional arguments: 0
Return to Function List