Cloud_Low_Coverage Variable

Coverage of the low cloud layer: 0 = no clouds, 1 = fully overcast. Returns 0 if no low cloud layer is active. Measured in fractional units. Read-only.

Note: All weather variables report the weather in the aircraft's current location. This weather information only reflects the weather defined by the weather commands if the aircraft is in the area defined by the Weather and Weather_Char commands.

Example

IF CLOUD_LOW_COVERAGE > 0.8 THEN

PRINT "Not a good day for VFR."

ENDIF