SetIgnoreLookInput: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
*[[SetInputMode]] | |||
*[[IsCtrlPressed]] | |||
*[[IsShiftPressed]] | |||
*[[IsAltPressed]] | |||
*[[IsCmdPressed]] | |||
*[[SetIgnoreMoveInput]] | |||
*[[SetIgnoreLookInput]] | |||
*[[SetControlRotation]] | |||
*[[GetInputAxisValue]] |
Latest revision as of 20:12, 2 September 2020
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)