ex_camera_get_width

Returns the width for the camera

Syntax

ex_camera_get_width(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the width for the camera

Description

This function returns the camera's width.

Example

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

Minimum Supported Version

exCamera 1.0.0