SetIgnoreLookInput

From Onset Developer Wiki
SetIgnoreLookInput

Type: Function
Context: Client
Introduced: v1.0

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