SetCameraFoV: Difference between revisions

From Onset Developer Wiki
m (BlueMountains moved page SetPlayerFOV to SetCameraFoV without leaving a redirect)
m (Changed FOV > FoV as SetCameraFOV is not a function but SetCamerFoV is.)
 
Line 3: Line 3:
{{FuncDescription|Set the client's field of view (FOV).}}
{{FuncDescription|Set the client's field of view (FOV).}}


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


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


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

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