ex_camera_get_zoom_scale

Returns the camera's zoom scale

Syntax

ex_camera_get_zoom_scale(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the zoom scale value

Description

This function returns the zoom scale for the particular camera.

Example

//Return the zoom scale for the camera object and store it in variable "_value"
_value = ex_camera_get_zoom_scale(global._camera);

Minimum Supported Version

exCamera 0.5.0