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| | {{FuncDescription|Gets clients current FOV value}} | ||
{{FuncSyntax| | {{FuncSyntax|GetCameraFoV()}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns clients current FOV value}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
*[[GetCameraFoV]] | |||
*[[SetCameraFoV]] |
Latest revision as of 20:50, 31 August 2020
Description
Gets clients current FOV value
Syntax
GetCameraFoV()
Parameters
- This function has no parameters.
Return Value
- Returns clients current FOV value
Example
__EDIT_ME__