ex_camera_flash(cameraHandle, intensity, duration)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
| intensity | The flash effect's intensity, 0 to 1 |
| duration | The duration of the effect, in steps |
This function will perform a flash effect.
//Flash the camera view once, the effect lasting 20 steps ex_camera_flash(global._camera, 0.5, 20);