connect_containers ![code/datums/components/connect_containers.dm 2](git.png)
This component behaves similar to connect_loc_behalf, but it's nested and hooks a signal onto all MOVABLES containing this atom.
Vars | |
connections | An assoc list of signal -> procpath to register to the loc this object is on. |
---|---|
tracked | The atom the component is tracking. The component will delete itself if the tracked is deleted. Signals will also be updated whenever it moves. |
Var Details
connections ![code/datums/components/connect_containers.dm 6](git.png)
An assoc list of signal -> procpath to register to the loc this object is on.
tracked ![code/datums/components/connect_containers.dm 13](git.png)
The atom the component is tracking. The component will delete itself if the tracked is deleted. Signals will also be updated whenever it moves.