Space Station 13 - Modules - TypesVar Details

screen

Vars

assigned_mapMap name assigned to this object. Automatically set by /client/proc/add_obj_to_map.
del_on_map_removalMark this object as garbage-collectible after you clean the map it was registered on.

Var Details

assigned_map

Map name assigned to this object. Automatically set by /client/proc/add_obj_to_map.

del_on_map_removal

Mark this object as garbage-collectible after you clean the map it was registered on.

This could probably be changed to be a proc, for conditional removal. But for now, this works.