SetWeather

From the Fallout3 GECK Wiki
Revision as of 20:46, 14 January 2017 by imported>XzCamoLegend
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: SetWeather.

A function included in the GECK version 1.1.0.36.

Description

Changes weather, immediately switching 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. Essentialy the same as ForceWeather

Syntax

[help]
SetWeather WeatherID:ref WeatherOverrideFlag:int (optional){0, 1} 

Or:

SetWeather WeatherID:ref WeatherOverrideFlag:int (optional){0, 1}

Example

SetWeather MegatonCloudy01
SetWeather WastelandClear 1
sw rCurrentWeather

See Also