code/__DEFINES/map_exporter.dm
SAVE_OBJECTS | Save objects? |
---|---|
SAVE_MOBS | Save Mobs? |
SAVE_TURFS | Save turfs? |
SAVE_AREAS | Save areas? |
SAVE_SPACE | Save space areas? (If not they will be saved as NOOP) |
SAVE_OBJECT_PROPERTIES | Save custom properties of objects (obj.on_object_saved() output) |
Define Details
SAVE_AREAS
Save areas?
SAVE_MOBS
Save Mobs?
SAVE_OBJECTS
Save objects?
SAVE_OBJECT_PROPERTIES
Save custom properties of objects (obj.on_object_saved() output)
SAVE_SPACE
Save space areas? (If not they will be saved as NOOP)
SAVE_TURFS
Save turfs?