Gets the world's weather manager.
log("is it raining? ", world.weather.raining); log("do weather cycle? ", world.weather.cycle); world.weather.start(); world.weather.clear(); world.weather.start(24000); assert(world.weather.raining);
See Implementation
Gets the world's weather manager.