SetWeatherTransitionTimeOverride

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Sets the amount of time (in real-time seconds) it takes for the game's Weather to make a full transition to a new Weather type. This overrides the Trans Delta setting of all Weather types (which effectively limits the transition time to 30 seconds max), allowing for smoother, more gradual transitions.

Calling this function with no arguments (or with 0) removes the override.

Syntax

[help]
SetWeatherTransitionTimeOverride transTime:int

Example

SetWeatherTransitionTimeOverride 90

Sets the transition time of all Weathers to 90 seconds.

SetWeatherTransitionTimeOverride

Removes the Weather transition time override.