SetCameraShakeFOV: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 9: Line 9:
{{FuncParam|FOVFreq|Set the FOV frequency.}}
{{FuncParam|FOVFreq|Set the FOV frequency.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns '''true'''.}}


== Example ==
== Example ==

Revision as of 14:51, 23 December 2020

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