Skip to content

event onWeatherChange (client-side)

Available since version: 0.3.0

Triggered when weather changes.

Parameters

void onWeatherChange(int old_weather_type, int new_weather_type)
  • int old_weather_type: Previous weather type.
  • int new_weather_type: New weather type.