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
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|GetPlayerFOV()}}
Line 8: Line 8:
{{FuncNoParam}}
{{FuncNoParam}}


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


== Example ==
== Example ==

Revision as of 14:15, 12 August 2019

GetCameraFoV

Type: Function
Context: Client
Introduced: v1.0

Description

Gets clients current FOV value

Syntax

GetPlayerFOV()

Parameters

  • This function has no parameters.

Return Value

  • Returns clients current FOV value

Example

__EDIT_ME__

See also

__EDIT_ME__