IsStanceAllowed( <stance> )


Module: AI
SP Only

Summary:

Checks whether this actor can go to the given stance.



Call this on:

<actor> An actor



Example:

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



Required Args:

  • 1 : <stance> (string) A stance, can be 'prone', 'crouch', 'stand'.