ex_camera_is_fading

Returns whether the camera is currently performing a fade effect

Syntax

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

Description

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

Example

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

Minimum Supported Version

exCamera 0.6.0