GetCameraRotation
Jump to navigation
Jump to search
local cam = getCamera()--The camera is always the same element, so use this local variable to save cpu power. function getCameraRotation () return getElementRotation(cam) --rx, ry, rz end
See Also
- fadeCamera
- getCameraInterior
- getCameraMatrix
- getCameraTarget
- setCameraInterior
- setCameraMatrix
- setCameraTarget