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| | {{FuncDescription|Set the client's field of view (FOV).}} | ||
{{FuncSyntax| | {{FuncSyntax|SetCameraFoV(fov)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|fov| | {{FuncParam|fov|The field of view in floating point value.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|This function returns nothing.}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[GetPlayerFOV]] |
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__