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