GetCameraRotation

From Onset Developer Wiki
Revision as of 15:07, 7 January 2020 by BlueMountains (talk | contribs)
GetCameraRotation

Type: Function
Context: Client
Introduced: v1.0

Description

Get the camera rotation

Syntax

GetCameraRotation([bSpectateCamera])

Parameters

  • bSpectateCamera (optional)
    Get the spectate camera rotation.

Return Value

  • This function returns the camera rotation.

Example

-- code here
GetCameraRotation()

See also