rolling ![code/game/objects/structures/tables_racks.dm 370](git.png)
Table on wheels
Vars | |
attached_items | Lazylist of the items that we have on our surface. |
---|---|
Procs | |
Moved | Handles movement of the table itself, as well as moving along any atoms we have on our surface. |
clear_item_reference | Removes the signal and the entrance from the list. |
on_item_moved | Handles cases where any attached item moves, with or without the table. If we get picked up or anything, unregister the signal so we don't move with the table after removal from the surface. |
Var Details
attached_items ![code/game/objects/structures/tables_racks.dm 380](git.png)
Lazylist of the items that we have on our surface.
Proc Details
Moved
Handles movement of the table itself, as well as moving along any atoms we have on our surface.
clear_item_reference
Removes the signal and the entrance from the list.
on_item_moved
Handles cases where any attached item moves, with or without the table. If we get picked up or anything, unregister the signal so we don't move with the table after removal from the surface.