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