SetIgnoreLookInput
From Onset Developer Wiki
Description
This function toggles the player's mouse input that controls the camera.
Syntax
SetIgnoreLookInput(bIgnore)
Parameters
- bIgnore
The boolean status.
Return Value
- This function returns nothing.
Example
-- freeze the camera movement
SetIgnoreLookInput(true)
See also
__EDIT_ME__