/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/map_exporter.dm

SAVE_OBJECTSSave objects?
SAVE_MOBSSave Mobs?
SAVE_TURFSSave turfs?
SAVE_AREASSave areas?
SAVE_SPACESave space areas? (If not they will be saved as NOOP)
SAVE_OBJECT_PROPERTIESSave 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?