Morrowind Mod:GetCurrentWeather

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search


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.