ex_camera_get_y_offset

Returns the y scroll offset for the camera

Syntax

ex_camera_get_y_offset(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the y scroll offset for the camera

Description

This function returns the camera's y offset resulting from a scroll operation. This will not return the camera's actual y position.

Example

//Return the camera's y offset and store it in variable "_value"
_value = ex_camera_get_y_offset(global._camera);

Minimum Supported Version

exCamera 0.6.0