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