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