SetCameraFoV: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetPlayerFOV(fov)}} {{FuncParameters}} {{FuncParam|fov|__EDIT_ME__}} {{FuncReturnValue|__EDIT_ME_...")
 
No edit summary
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Set the client's field of view (FOV).}}


{{FuncSyntax|SetPlayerFOV(fov)}}
{{FuncSyntax|SetPlayerFOV(fov)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|fov|__EDIT_ME__}}
{{FuncParam|fov|The FOV in floating point value.}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|This function returns nothing.}}


== Example ==
== Example ==
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[GetPlayerFOV]]

Revision as of 15:57, 19 November 2019

SetCameraFoV

Type: Function
Context: Client
Introduced: v1.0

Description

Set the client's field of view (FOV).

Syntax

SetPlayerFOV(fov)

Parameters

  • fov
    The FOV in floating point value.

Return Value

  • This function returns nothing.

Example

__EDIT_ME__

See also