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