connect_loc ![code/datums/elements/connect_loc.dm 3](git.png)
This element hooks a signal onto the loc the current object is on. When the object moves, it will unhook the signal and rehook it to the new object.
Vars | |
connections | An assoc list of signal -> procpath to register to the loc this object is on. |
---|
Var Details
connections ![code/datums/elements/connect_loc.dm 10](git.png)
An assoc list of signal -> procpath to register to the loc this object is on.