SS1984 - Modules - Types

code/__HELPERS/areas.dm

/proc/detect_roomDetects a room of connected turfs starting from an origin point Returns an associative list of turf|dirs pairs where dirs are connected turfs in the same space
/proc/get_sorted_areasReturns a sorted version of GLOB.areas, by name
/datum/coordsSimple datum for storing coordinates.
/proc/get_area_turfsTakes: Area type as text string or as typepath OR an instance of the area. Returns: A list of all turfs in areas of that type of that type in the world.
/proc/get_areasTakes: Area type as text string or as typepath OR an instance of the area. Returns: A list of all areas of that type in the world.