Files
Paradise/datum/component/connect_containers.html
T

3 lines
2.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/component/connect_containers - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/component/connect_containers.html#var">Var Details</a></header><main><h1>connect_containers <aside>/<a href="datum.html">datum</a>/<a href="datum/component.html">component</a>/<a href="datum/component/connect_containers.html">connect_containers</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/connect_containers.dm#L2"><img src="git.png" width="16" height="16" title="code/datums/components/connect_containers.dm 2"></a></h1><p>This component behaves similar to connect_loc_behalf, but it's nested and hooks a signal onto all MOVABLES containing this atom.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/component/connect_containers.html#var/connections">connections</a></th><td>An assoc list of signal -&gt; procpath to register to the loc this object is on.</td></tr><tr><th><a href="datum/component/connect_containers.html#var/tracked">tracked</a></th><td>The atom the component is tracking. The component will delete itself if the tracked is deleted.
Signals will also be updated whenever it moves.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/connections"><aside class="declaration">var </aside>connections <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/connect_containers.dm#L6"><img src="git.png" width="16" height="16" title="code/datums/components/connect_containers.dm 6"></a></h3><p>An assoc list of signal -&gt; procpath to register to the loc this object is on.</p><h3 id="var/tracked"><aside class="declaration">var </aside>tracked <aside> /<a href="atom.html">atom</a>/<a href="atom/movable.html">movable</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/datums/components/connect_containers.dm#L11"><img src="git.png" width="16" height="16" title="code/datums/components/connect_containers.dm 11"></a></h3><p>The atom the component is tracking. The component will delete itself if the tracked is deleted.
Signals will also be updated whenever it moves.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>