/datum/movement_detector
A datum to handle the busywork of registering signals to handle in depth tracking of a movable
Procs | |
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 |
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