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