- Found in:
- Dylbills PE
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
Examples
Auto-Generated Example
Scriptname MyCoolScript extends DbSkseEvents
event OnWeatherChangeGlobal(Weather newWeather, Weather oldWeather)
Debug.trace("Event received - OnWeatherChangeGlobal: newWeather = " + newWeather + " oldWeather = " + oldWeather)
endEvent