ex_camera_is_shaking

Returns whether the camera is currently performing a shake effect

Syntax

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

Description

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

Example

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

Minimum Supported Version

exCamera 0.6.0