1 line
6.2 KiB
HTML
1 line
6.2 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/pool/drain - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="obj/machinery/pool/drain.html#var">Var Details</a> - <a href="obj/machinery/pool/drain.html#proc">Proc Details</a></header><main><h1>drain <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/pool/drain.html">pool/drain</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/pool/drain.html#var/active">active</a></th><td>Active/on?</td></tr><tr><th><a href="obj/machinery/pool/drain.html#var/controller">controller</a></th><td>Parent controller</td></tr><tr><th><a href="obj/machinery/pool/drain.html#var/cycles_left">cycles_left</a></th><td>Cycles left for fill/drain while active</td></tr><tr><th><a href="obj/machinery/pool/drain.html#var/drain_suck_range">drain_suck_range</a></th><td>Drain mode suction range</td></tr><tr><th><a href="obj/machinery/pool/drain.html#var/fill_push_range">fill_push_range</a></th><td>Fill mode knock away range</td></tr><tr><th><a href="obj/machinery/pool/drain.html#var/filling">filling</a></th><td>Filling or draining</td></tr><tr><th><a href="obj/machinery/pool/drain.html#var/item_suction_range">item_suction_range</a></th><td>Drain item suction range</td></tr><tr><th><a href="obj/machinery/pool/drain.html#var/suck_in_once_per">suck_in_once_per</a></th><td>Suck in once per x ticks</td></tr><tr><th><a href="obj/machinery/pool/drain.html#var/whirling_mobs">whirling_mobs</a></th><td>Mobs we are swirling around</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/machinery/pool/drain.html#proc/whirl_mob">whirl_mob</a></th><td>dangerous proc don't fuck with, admins</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/active"><aside class="declaration">var </aside>active <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L7"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 7"></a></h3><p>Active/on?</p><h3 id="var/controller"><aside class="declaration">var </aside>controller <aside>– /<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/pool/controller.html">pool/controller</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L17"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 17"></a></h3><p>Parent controller</p><h3 id="var/cycles_left"><aside class="declaration">var </aside>cycles_left <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L19"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 19"></a></h3><p>Cycles left for fill/drain while active</p><h3 id="var/drain_suck_range"><aside class="declaration">var </aside>drain_suck_range <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 15"></a></h3><p>Drain mode suction range</p><h3 id="var/fill_push_range"><aside class="declaration">var </aside>fill_push_range <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L13"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 13"></a></h3><p>Fill mode knock away range</p><h3 id="var/filling"><aside class="declaration">var </aside>filling <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L9"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 9"></a></h3><p>Filling or draining</p><h3 id="var/item_suction_range"><aside class="declaration">var </aside>item_suction_range <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L11"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 11"></a></h3><p>Drain item suction range</p><h3 id="var/suck_in_once_per"><aside class="declaration">var </aside>suck_in_once_per <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L23"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 23"></a></h3><p>Suck in once per x ticks</p><h3 id="var/whirling_mobs"><aside class="declaration">var </aside>whirling_mobs <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L21"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 21"></a></h3><p>Mobs we are swirling around</p><h2 id="proc">Proc Details</h2><h3 id="proc/whirl_mob"><aside class="declaration">proc </aside>whirl_mob<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/L, duration, delay) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/pool/pool_drain.dm#L111"><img src="git.png" width="16" height="16" title="code/modules/pool/pool_drain.dm 111"></a></aside></h3><p>dangerous proc don't fuck with, admins</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html> |