Call of Duty Script Documentation
Allowstand(<player stand>)
ModulePlayer
Summary
Sets whether the player can stand up
Call this function on
The player
Example
level.player allowStand(false);
Minimum Number of arguments: 1
1 : <player stand>: A boolean. true if the player can stand, and false otherwise
Number of optional arguments: 0
Return to Function List