GetCameraFoV: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetPlayerFOV()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Example =...")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Gets clients current FOV value}}


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


{{FuncParameters}}
{{FuncParameters}}
{{FuncNoParam}}
{{FuncNoParam}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns clients current FOV value}}


== Example ==
== Example ==
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