ForceWeather
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: ForceWeather.
A function included in the GECK version 1.1.0.36.
Description
Forces the weather to immediately switch to the specified weather. If OverrideWeatherFlag is 1, the weather will not change again until ReleaseWeatherOverride is called. Otherwise, the weather will change back in the normal fashion according to the weather system. Essentially the same as SetWeather
Syntax
ForceWeather WeatherID:ref WeatherOverrideFlag:int (optional){0, 1}
Or:
FW WeatherID:ref WeatherOverrideFlag:int (optional){0, 1}
Example
ForceWeather MegatonCloudy01 ForceWeather WastelandClear 1 fw rCurrentWeather
See Also