1 line
3.2 KiB
HTML
1 line
3.2 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/airlock_painter - /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/item/airlock_painter.html#var">Var Details</a></header><main><h1>airlock_painter <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/airlock_painter.html">airlock_painter</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/airlock_painter.dm#L1"><img src="git.png" width="16" height="16" title="code/game/objects/items/airlock_painter.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/airlock_painter.html#var/available_paint_jobs">available_paint_jobs</a></th><td>Associate list of all paint jobs the airlock painter can apply. The key is the name of the airlock the user will see. The value is the type path of the airlock</td></tr><tr><th><a href="obj/item/airlock_painter.html#var/initial_ink_type">initial_ink_type</a></th><td>The type path to instantiate for the ink cartridge the device initially comes with, eg. /obj/item/toner</td></tr><tr><th><a href="obj/item/airlock_painter.html#var/ink">ink</a></th><td>The ink cartridge to pull charges from.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/available_paint_jobs"><aside class="declaration">var </aside>available_paint_jobs <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/airlock_painter.dm#L23"><img src="git.png" width="16" height="16" title="code/game/objects/items/airlock_painter.dm 23"></a></h3><p>Associate list of all paint jobs the airlock painter can apply. The key is the name of the airlock the user will see. The value is the type path of the airlock</p><h3 id="var/initial_ink_type"><aside class="declaration">var </aside>initial_ink_type <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/airlock_painter.dm#L21"><img src="git.png" width="16" height="16" title="code/game/objects/items/airlock_painter.dm 21"></a></h3><p>The type path to instantiate for the ink cartridge the device initially comes with, eg. /obj/item/toner</p><h3 id="var/ink"><aside class="declaration">var </aside>ink <aside>– /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/toner</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/objects/items/airlock_painter.dm#L19"><img src="git.png" width="16" height="16" title="code/game/objects/items/airlock_painter.dm 19"></a></h3><p>The ink cartridge to pull charges from.</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> |