SetCurrentClimate

From the Fallout3 GECK Wiki
Revision as of 15:29, 13 May 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the current climate. |name = SetCurrentClimate |returnType = climate:ref |arguments = {{FunctionArgument |Name = newClimate...")
(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

Sets the current climate.

Syntax

[help]
(climate:ref) SetCurrentClimate newClimate:ref

Example

SetCurrentClimate NVDLC02ZionValleyClimate

Notes

  • For the new Climate effects to apply immediately, call RefreshCurrentClimate after calling this function.

See Also