Files
GS13NG/obj/machinery/gear_painter.html
2025-02-05 06:19:18 +00:00

1 line
4.6 KiB
HTML
Raw Permalink 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>/obj/machinery/gear_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/machinery/gear_painter.html#var">Var Details</a> - <a href="obj/machinery/gear_painter.html#proc">Proc Details</a></header><main><h1>gear_painter <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/gear_painter.html">gear_painter</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/colormate.dm#L5"><img src="git.png" width="16" height="16" title="code/game/machinery/colormate.dm 5"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/gear_painter.html#var/allow_mobs">allow_mobs</a></th><td>Allow holder'd mobs</td></tr><tr><th><a href="obj/machinery/gear_painter.html#var/minimum_matrix_lightness">minimum_matrix_lightness</a></th><td>Minimum lightness for matrix mode, tested using 4 test colors of full red, green, blue, white.</td></tr><tr><th><a href="obj/machinery/gear_painter.html#var/minimum_matrix_tests">minimum_matrix_tests</a></th><td>Minimum matrix tests that must pass for something to be considered a valid color (see above)</td></tr><tr><th><a href="obj/machinery/gear_painter.html#var/minimum_normal_lightness">minimum_normal_lightness</a></th><td>Minimum lightness for normal mode</td></tr><tr><th><a href="obj/machinery/gear_painter.html#var/temp">temp</a></th><td>Temporary messages</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/machinery/gear_painter.html#proc/build_preview">build_preview</a></th><td>Produces the preview image of the item, used in the UI, the way the color is not stacking is a sin.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/allow_mobs"><aside class="declaration">var </aside>allow_mobs <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/colormate.dm#L23"><img src="git.png" width="16" height="16" title="code/game/machinery/colormate.dm 23"></a></h3><p>Allow holder'd mobs</p><h3 id="var/minimum_matrix_lightness"><aside class="declaration">var </aside>minimum_matrix_lightness <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/colormate.dm#L27"><img src="git.png" width="16" height="16" title="code/game/machinery/colormate.dm 27"></a></h3><p>Minimum lightness for matrix mode, tested using 4 test colors of full red, green, blue, white.</p><h3 id="var/minimum_matrix_tests"><aside class="declaration">var </aside>minimum_matrix_tests <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/colormate.dm#L29"><img src="git.png" width="16" height="16" title="code/game/machinery/colormate.dm 29"></a></h3><p>Minimum matrix tests that must pass for something to be considered a valid color (see above)</p><h3 id="var/minimum_normal_lightness"><aside class="declaration">var </aside>minimum_normal_lightness <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/colormate.dm#L25"><img src="git.png" width="16" height="16" title="code/game/machinery/colormate.dm 25"></a></h3><p>Minimum lightness for normal mode</p><h3 id="var/temp"><aside class="declaration">var </aside>temp <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/colormate.dm#L38"><img src="git.png" width="16" height="16" title="code/game/machinery/colormate.dm 38"></a></h3><p>Temporary messages</p><h2 id="proc">Proc Details</h2><h3 id="proc/build_preview"><aside class="declaration">proc </aside>build_preview<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/colormate.dm#L245"><img src="git.png" width="16" height="16" title="code/game/machinery/colormate.dm 245"></a></aside></h3><p>Produces the preview image of the item, used in the UI, the way the color is not stacking is a sin.</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>