Get
this.$api.weather.get_weather()
Returns an object representing the current weather in sim. This structure can be edited and fed back in using set_weather()
Set
this.$api.weather.set_weather(weather_object)
weather_object
: (Object) Structure of the in-sim weather. The structure can be obtained from get_weather()
.