ex_camera_get_y

Returns the y position for the camera

Syntax

ex_camera_get_y(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the y position for the camera

Description

This function returns the camera's y position. This will not return the scroll offset but the actual y position instead.

Example

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

Minimum Supported Version

exCamera 0.5.0