GetStance()


Module: Player

Summary:

Gets the stance of the player. It only works for the player. Possible return values are 'crouch', 'prone' and 'stand'



Call this on:

The player



Example:

if ( level.player GetStance() == "crouch") )...