SetCameraShakeFOV

From Onset Developer Wiki
Revision as of 13:27, 20 November 2019 by 28days (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

  • __EDIT_ME__

Example

SetCameraShakeFOV(5.0, 5.0)

See also