Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.

Morrowind Mod:GetCurrentWeather

The UESPWiki – Your source for The Elder Scrolls since 1995

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.