ex_camera_is_shaking(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
This function returns whether the camera is currently performing a shake effect.
//Check if the camera is currently shaking and if not go to next room
if (!ex_camera_is_shaking(global._camera)) {
room_goto_next();
}