Black Ops III

IsStanceAllowed

Checks whether this actor can go to the given stance.

Example:

if ( self IsStanceAllowed( "stand" ) )...

Parameters

ParameterSummary
*stance(string) A stance, can be 'prone', 'crouch', 'stand'.

* = mandatory