Background for Skyrim SE
Member of the DbSkseEvents script
eventOnWeatherChangeGlobal(WeathernewWeather, WeatheroldWeather)

Description

Documentation Comment

Be aware that weather changes when going in and out of the map menu.
Uses frame update function to detect change. Interval determined by the iFrameUpdateInterval setting in Data/SKSE/Plugins/DbSkseFunctions.ini


Parameters

WeathernewWeather

WeatheroldWeather


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

event OnWeatherChangeGlobal(Weather newWeather, Weather oldWeather)
    Debug.trace("Event received - OnWeatherChangeGlobal: newWeather = " + newWeather + " oldWeather = " + oldWeather)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.