Difference between revisions of "ForceWeather"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Ez0n3
imported>XzCamoLegend
 
Line 2: Line 2:
  |CSWikiPage = ForceWeather
  |CSWikiPage = ForceWeather
  |origin = GECK1
  |origin = GECK1
  |summary = 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.
  |summary = 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]]
  |name = ForceWeather
  |name = ForceWeather
  |alias = FW
  |alias = FW
Line 17: Line 17:
   }}
   }}
  |example =  ForceWeather MegatonCloudy01
  |example =  ForceWeather MegatonCloudy01
  ForceWeather MegatonFalloutDecay 1
  ForceWeather WastelandClear 1
  fw SuburbanCloudy
  fw rCurrentWeather
}}
}}



Latest revision as of 20:51, 14 January 2017

< [[::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

[help]
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