Open main menu

UESPWiki β

GetCurrentWeather

		GetCurrentWeather

	Type:	Weather

     Returns:	short (0 to 9)
			0	Clear
			1	Cloudy
			2	Foggy
			3	Overcast
			4	Rain
			5	Thunder
			6	Ash
			7	Blight
			8	Snow (Bloodmoon)
			9	Blizzard (Bloodmoon)

     Example:	if ( GetCurrentWeather == 1 )

     Scripts:	OutsideBanner

Returns the current weather conditions.