Space Station 13 - Modules - TypesVar Details - Proc Details

movement_detector

A datum to handle the busywork of registering signals to handle in depth tracking of a movable

Vars

listenerListener is whatever callback that will increase the tracking of the movable, usually on stepped.

Procs

move_reactReacts to any movement that would cause a change in coordinates of the tracked movable atom This works by detecting movement of either the tracked object, or anything it is inside, recursively
trackSets up tracking of the given movable atom
untrackStops tracking

Var Details

listener

Listener is whatever callback that will increase the tracking of the movable, usually on stepped.

Proc Details

move_react

Reacts to any movement that would cause a change in coordinates of the tracked movable atom This works by detecting movement of either the tracked object, or anything it is inside, recursively

track

Sets up tracking of the given movable atom

untrack

Stops tracking