shelved  
A component for items stored on shelves, propagated by /datum/component/shelver components.
| Vars | |
| original_appearance_flags | A copy of the shelved object's original appearance flags, to restore after removing from the shelf. | 
|---|---|
| original_layer | A copy of the shelved object's original layer, to restore after removing from the shelf. | 
| original_transform | A copy of the shelved object's original transform, to restore after removing from the shelf. | 
| shelf_uid | The UID of the object acting as the shelf | 
| Procs | |
| on_movable_moved | Generic handler for if anything moves us off our original shelf position, such as atmos pressure. | 
Var Details
original_appearance_flags  
A copy of the shelved object's original appearance flags, to restore after removing from the shelf.
original_layer  
A copy of the shelved object's original layer, to restore after removing from the shelf.
original_transform  
A copy of the shelved object's original transform, to restore after removing from the shelf.
shelf_uid  
The UID of the object acting as the shelf
Proc Details
on_movable_moved
Generic handler for if anything moves us off our original shelf position, such as atmos pressure.