GetCameraRotation: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 3: Line 3:
{{FuncDescription|Get the camera rotation}}
{{FuncDescription|Get the camera rotation}}


{{FuncSyntax|GetPlayerCameraRotation()}}
{{FuncSyntax|GetCameraRotation()}}


{{FuncParameters}}
{{FuncParameters}}

Revision as of 18:28, 15 December 2019

GetCameraRotation

Type: Function
Context: Client
Introduced: v1.0

Description

Get the camera rotation

Syntax

GetCameraRotation()

Parameters

  • This function has no parameters.

Return Value

  • __EDIT_ME__

Example

-- code here

See also