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