| /proc/detect_room | Detects 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_areas | Returns a sorted version of GLOB.areas, by name |
|---|
| /datum/coords | Simple datum for storing coordinates. |
|---|
| /proc/get_area_turfs | Takes: 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_areas | Takes: 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. |
|---|