RefreshCurrentClimate

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Refreshes the current climate to reflect changes made by SetClimateXXX functions.

Syntax

[help]
RefreshCurrentClimate

Example

RefreshCurrentClimate

Known Issues

There are some cases where this will not work unless SetWeather is called immediately before calling this function:

SetWeather NVWastelandClear	; (any Weather can be used as the parameter)
RefreshCurrentClimate

See Also