/tg/ Station 13 - Modules - TypesVar Details - Proc Details

rolling

Table on wheels

Vars

attached_itemsLazylist of the items that we have on our surface.

Procs

clear_item_referenceRemoves the signal and the entrance from the list.
on_item_movedHandles 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.
on_our_movedHandles movement of the table itself, as well as moving along any atoms we have on our surface.

Var Details

attached_items

Lazylist of the items that we have on our surface.

Proc Details

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.

on_our_moved

Handles movement of the table itself, as well as moving along any atoms we have on our surface.