Call of Duty Script Documentation

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 function on


The player

Example


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

Minimum Number of arguments: 0


Number of optional arguments: 0



Return to Function List