WeatherSystem

Documents the WeatherSystem class and its functions.

triangle-exclamation

Invoking WeatherSystem

To invoke the weather system, use the following Global function:

ws = Game.GetWeatherSystem()

Sub-functions

GetRainIntensity

GetRainIntensity() : Float;

GetRainIntensityType

GetRainIntensityType() : worldRainIntensity;

GetRainMoisture

GetRainMoisture() : Float;

GetRainPuddles

GetRainPuddles() : Float;

RegisterWeatherListener

UnregisterWeatherListener

Last updated