ex_camera_set_zoom_scale(cameraHandle, scale)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
| scale | scale, 100 is default |
This function changes the camera's zoom scale instantly.
//Set the zoom scale for the camera to 50% ex_camera_set_zoom_scale(global._camera, 50);