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