GetCameraAngles

Get the gameplay cameras angles.

Syntax

Susano.GetCameraAngles() -> x, y, z

Parameters

None

Return(s)

x (number): Self explainatory

y (number): Self explainatory

z (number): Self explainatory

Behavior

Self explainatory

Example(s)

-- Change gameplay cam position
local x, y, z = Susano.GetCameraAngles()

Last updated