SetIgnoreLookInput

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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