ex_camera_is_zooming

Returns whether the camera is currently performing a zoom effect

Syntax

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

Description

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

Example

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

Minimum Supported Version

exCamera 0.6.0