SetIgnoreLookInput

From Onset Developer Wiki
Revision as of 10:27, 2 March 2020 by 28days (talk | contribs)
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

__EDIT_ME__