RefreshCurrentClimate

From the Fallout3 GECK Wiki
Revision as of 15:26, 13 May 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Refreshes the current climate to reflect changes made by SetClimateXXX functions. |name = RefreshCurrentClimate |example = RefreshCurre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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