4 lines
4.3 KiB
HTML
4 lines
4.3 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/plumbing - /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/plumbing.html#var">Var Details</a></header><main><h1>plumbing <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/plumbing.html">plumbing</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/plumbing/plumbers/_plumb_machinery.dm#L6"><img src="git.png" width="16" height="16" title="code/modules/plumbing/plumbers/_plumb_machinery.dm 6"></a></h1><p>Basic plumbing object.
|
||
It doesn't really hold anything special, YET.
|
||
Objects that are plumbing but not a subtype are as of writing liquid pumps and the reagent_dispenser tank
|
||
Also please note that the plumbing component is toggled on and off by the component using a signal from default_unfasten_wrench, so dont worry about it</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/plumbing.html#var/buffer">buffer</a></th><td>Plumbing machinery is always gonna need reagents, so we might aswell put it here</td></tr><tr><th><a href="obj/machinery/plumbing.html#var/rcd_constructable">rcd_constructable</a></th><td>wheter we partake in rcd construction or not</td></tr><tr><th><a href="obj/machinery/plumbing.html#var/rcd_cost">rcd_cost</a></th><td>cost of the plumbing rcd construction</td></tr><tr><th><a href="obj/machinery/plumbing.html#var/rcd_delay">rcd_delay</a></th><td>delay of constructing it throught the plumbing rcd</td></tr><tr><th><a href="obj/machinery/plumbing.html#var/reagent_flags">reagent_flags</a></th><td>Flags for reagents, like INJECTABLE, TRANSPARENT bla bla everything thats in DEFINES/reagents.dm</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/buffer"><aside class="declaration">var </aside>buffer <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/plumbing/plumbers/_plumb_machinery.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/plumbing/plumbers/_plumb_machinery.dm 15"></a></h3><p>Plumbing machinery is always gonna need reagents, so we might aswell put it here</p><h3 id="var/rcd_constructable"><aside class="declaration">var </aside>rcd_constructable <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/plumbing/plumbers/_plumb_machinery.dm#L19"><img src="git.png" width="16" height="16" title="code/modules/plumbing/plumbers/_plumb_machinery.dm 19"></a></h3><p>wheter we partake in rcd construction or not</p><h3 id="var/rcd_cost"><aside class="declaration">var </aside>rcd_cost <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/plumbing/plumbers/_plumb_machinery.dm#L21"><img src="git.png" width="16" height="16" title="code/modules/plumbing/plumbers/_plumb_machinery.dm 21"></a></h3><p>cost of the plumbing rcd construction</p><h3 id="var/rcd_delay"><aside class="declaration">var </aside>rcd_delay <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/plumbing/plumbers/_plumb_machinery.dm#L23"><img src="git.png" width="16" height="16" title="code/modules/plumbing/plumbers/_plumb_machinery.dm 23"></a></h3><p>delay of constructing it throught the plumbing rcd</p><h3 id="var/reagent_flags"><aside class="declaration">var </aside>reagent_flags <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/plumbing/plumbers/_plumb_machinery.dm#L17"><img src="git.png" width="16" height="16" title="code/modules/plumbing/plumbers/_plumb_machinery.dm 17"></a></h3><p>Flags for reagents, like INJECTABLE, TRANSPARENT bla bla everything thats in DEFINES/reagents.dm</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> |