byond - Modules - TypesVar Details - Proc Details

Weather

Vars

cleanable_listList of all cleanables that are outside that will be cleaned up by active weather
map_holderImportant vars
weather_areasList of master areas to use for applying effects

Procs

add_cleanableChecks that a cleanable should be cleaned up by weather. If so, it is added to the list to be cleaned
setup_weather_eventStartup of an arbitrary weather event if none is running. Returns TRUE if successful.

Var Details

cleanable_list

List of all cleanables that are outside that will be cleaned up by active weather

map_holder

Important vars

weather_areas

List of master areas to use for applying effects

Proc Details

add_cleanable

Checks that a cleanable should be cleaned up by weather. If so, it is added to the list to be cleaned

setup_weather_event

Startup of an arbitrary weather event if none is running. Returns TRUE if successful.