code/__DEFINES/~nemesis_defines/automapper.dm 
| AREA_SPAWN_MODE_OPEN | Place atom in open space in the middle of the room |
|---|---|
| AREA_SPAWN_MODE_HUG_WALL | Hug atom next to the wall. Tries not to block things. |
| AREA_SPAWN_MODE_MOUNT_WALL | Mount atom to wall. desired_atom MUST have directional helpers. |
| AUTOMAPPER_MAP_BUILTIN | "Required map" when we're writing over the centcom map. |
Define Details
AREA_SPAWN_MODE_HUG_WALL 
Hug atom next to the wall. Tries not to block things.
AREA_SPAWN_MODE_MOUNT_WALL 
Mount atom to wall. desired_atom MUST have directional helpers.
AREA_SPAWN_MODE_OPEN 
Place atom in open space in the middle of the room
AUTOMAPPER_MAP_BUILTIN 
"Required map" when we're writing over the centcom map.