GetCameraFoV: Difference between revisions

From Onset Developer Wiki
m (BlueMountains moved page GetPlayerFOV to GetCameraFoV)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
{{FuncDescription|Gets clients current FOV value}}
{{FuncDescription|Gets clients current FOV value}}


{{FuncSyntax|GetPlayerFOV()}}
{{FuncSyntax|GetCameraFoV()}}


{{FuncParameters}}
{{FuncParameters}}
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
*[[GetCameraFoV]]
*[[SetCameraFoV]]

Latest revision as of 20:50, 31 August 2020

GetCameraFoV

Type: Function
Context: Client
Introduced: v1.0

Description

Gets clients current FOV value

Syntax

GetCameraFoV()

Parameters

  • This function has no parameters.

Return Value

  • Returns clients current FOV value

Example

__EDIT_ME__

See also