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