ex_camera_is_flashing

Returns whether the camera is currently performing a flash effect

Syntax

ex_camera_is_flashing(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns true if the camera is performing a flash effect

Description

This function returns whether the camera is currently performing a flash effect.

Example

//Check if the camera is currently flashing and if not go to next room
if (!ex_camera_is_flashing(global._camera)) {
    room_goto_next();
}

Minimum Supported Version

exCamera 0.6.0