Cloud_Thunder_Type Variable

Type of thunderstorm layer: 10 = cumulonimbus. Returns 0 if no thunderstorm layer is active. Integer. 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_THUNDER_TYPE != 10 THEN

PRINT "Cloud type must be cumulonimbus if
CLOUD_THUNDER_ACTIVE is TRUE."

ENDIF