GetCameraRotation: Difference between revisions

From Onset Developer Wiki
m (BlueMountains moved page GetPlayerCameraRotation to GetCameraRotation without leaving a redirect)
No edit summary
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Get the camera rotation}}


{{FuncSyntax|GetPlayerCameraRotation()}}
{{FuncSyntax|GetPlayerCameraRotation()}}
Line 11: Line 11:


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua">
-- code here
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{CameraFunctions}}

Revision as of 16:56, 15 December 2019

GetCameraRotation

Type: Function
Context: Client
Introduced: v1.0

Description

Get the camera rotation

Syntax

GetPlayerCameraRotation()

Parameters

  • This function has no parameters.

Return Value

  • __EDIT_ME__

Example

-- code here

See also