/datum/component/connect_containers
        
    
            
        
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
            
        
    
            
        
        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.