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| | {{FuncSyntax|SetCameraFoV(fov)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|fov|The | {{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
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__