ex_camera_get_height

Returns the height for the camera

Syntax

ex_camera_get_height(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the height for the camera

Description

This function returns the camera's height.

Example

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

Minimum Supported Version

exCamera 1.0.0