ex_camera_stop_scroll(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
This function will stop any scroll effects currently playing from the particular camera.
//Stop all scroll effects for camera "global._camera" ex_camera_stop_scroll(global._camera);