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_...")
 
m (Changed FOV > FoV as SetCameraFOV is not a function but SetCamerFoV is.)
 
(2 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|Set the client's field of view (FOV).}}


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


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|fov|__EDIT_ME__}}
{{FuncParam|fov|The field of view in floating point value.}}


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


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


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

Latest revision as of 22:57, 15 January 2020

SetCameraFoV

Type: Function
Context: Client
Introduced: v1.0

Description

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

Syntax

SetCameraFoV(fov)

Parameters

  • fov
    The field of view in floating point value.

Return Value

  • This function returns nothing.

Example

__EDIT_ME__

See also