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