1 line
2.9 KiB
HTML
1 line
2.9 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/game/turfs/simulated/lava.dm - /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="code/game/turfs/simulated/lava.html#define">Define Details</a></header><main><h1>code/game/turfs/simulated/lava.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm0"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="turf/open/lava.html">/turf/open/lava</a></th><td>LAVA</td></tr><tr><th><a href="code/game/turfs/simulated/lava.html#define/LAVA_BE_IGNORING">LAVA_BE_IGNORING</a></th><td>Generic return value of the can_burn_stuff() proc. Does nothing.</td></tr><tr><th><a href="code/game/turfs/simulated/lava.html#define/LAVA_BE_PROCESSING">LAVA_BE_PROCESSING</a></th><td>Another. Won't burn the target but will make the turf start processing.</td></tr><tr><th><a href="code/game/turfs/simulated/lava.html#define/LAVA_BE_BURNING">LAVA_BE_BURNING</a></th><td>Burns the target and makes the turf process (depending on the return value of do_burn()).</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/LAVA_BE_BURNING"><aside class="declaration">#define </aside>LAVA_BE_BURNING <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L125"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 125"></a></h3><p>Burns the target and makes the turf process (depending on the return value of do_burn()).</p><h3 id="define/LAVA_BE_IGNORING"><aside class="declaration">#define </aside>LAVA_BE_IGNORING <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L121"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 121"></a></h3><p>Generic return value of the can_burn_stuff() proc. Does nothing.</p><h3 id="define/LAVA_BE_PROCESSING"><aside class="declaration">#define </aside>LAVA_BE_PROCESSING <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L123"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 123"></a></h3><p>Another. Won't burn the target but will make the turf start processing.</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> |