Yogstation 13 - Modules - Types

code/datums/mapgen/dungeon_generators/dungeon_room.dm

/datum/dungeon_roomThis datum represents a "room" which is created by the Dungeon Generator process. Whether you use Binary Space Partition(BSP) or Random Room Placement(RRP), the Rust algorith will populate the given area with rooms, which are just squares and rectangles of various dimensions with X and Y coordinates. I created this datum to give better control over the data the generator is using. So you can look through the list of rooms for feedback or to understand what's happening.