ex_camera_get_y_offset(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
This function returns the camera's y offset resulting from a scroll operation. This will not return the camera's actual y position.
//Return the camera's y offset and store it in variable "_value" _value = ex_camera_get_y_offset(global._camera);