SetCameraShakeFOV

From Onset Developer Wiki
Revision as of 14:51, 23 December 2020 by BlueMountains (talk | contribs)
SetCameraShakeFOV

Type: Function
Context: Client
Introduced: v1.0

Description

Set the camera shake's field of view.

Syntax

SetCameraShakeFOV(FOVAmp, FOVFreq)

Parameters

  • FOVAmp
    Set the FOV amplitude.
  • FOVFreq
    Set the FOV frequency.

Return Value

  • Returns true.

Example

SetCameraShakeFOV(5.0, 5.0)

See also