ex_camera_get_tilt_angle(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
This function returns the tilt angle for the particular camera.
//Return the tilt angle for the camera object and store it in variable "_value" _value = ex_camera_get_tilt_angle(global._camera);