PushEnvironmentWeatherOverride

From Nomad DB

Starts the specified weather preset within the specified fade duration.

Syntax

PushEnvironmentWeatherOverride(weatherPreset, fadeIn)
  • weatherPreset (string): ID of the weather preset to be started (corresponds to an item in the WeatherPreset library)
  • fadeIn (number): Number of seconds it takes for the specified weather to fade in

Example

Starts a very foggy weather preset within 3 seconds.

PushEnvironmentWeatherOverride("WeatherPreset.9223372056453997549", 3)

Related Pages