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