mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
1 line
4.3 KiB
HTML
1 line
4.3 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/rust.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="code/__DEFINES/rust.html#define">Define Details</a></header><main><h1>code/__DEFINES/rust.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/rust.dm"><img src="git.png" width="16" height="16" title="code/__DEFINES/rust.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/proc/<a href="global.html#proc/byondapi_stack_trace">byondapi_stack_trace</a></th><td>Exists by default in 516, but needs to be defined for 515 or byondapi-rs doesn't like it.</td></tr><tr><th>/proc/<a href="global.html#proc/rustlibs_dbp_generate">rustlibs_dbp_generate</a></th><td>This proc generates a grid of perlin-like noise</td></tr><tr><th>/proc/<a href="global.html#proc/rustlibs_create_toast">rustlibs_create_toast</a></th><td>(Windows only) Triggers a desktop notification with the specified title and body</td></tr><tr><th><a href="code/__DEFINES/rust.html#define/MILLA_TILE_SIZE">MILLA_TILE_SIZE</a></th><td>The number of values per tile.</td></tr><tr><th><a href="code/__DEFINES/rust.html#define/MILLA_INTERESTING_TILE_SIZE">MILLA_INTERESTING_TILE_SIZE</a></th><td>The number of values per interesting tile.</td></tr><tr><th><a href="code/__DEFINES/rust.html#define/MILLA_INTERESTING_REASON_DISPLAY">MILLA_INTERESTING_REASON_DISPLAY</a></th><td>Interesting because it needs a display update.</td></tr><tr><th><a href="code/__DEFINES/rust.html#define/MILLA_INTERESTING_REASON_HOT">MILLA_INTERESTING_REASON_HOT</a></th><td>Interesting because it's hot enough to start a fire. Excludes normal-temperature Lavaland tiles without an active fire.</td></tr><tr><th><a href="code/__DEFINES/rust.html#define/MILLA_INTERESTING_REASON_WIND">MILLA_INTERESTING_REASON_WIND</a></th><td>Interesting because it has wind that can push stuff around.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/MILLA_INTERESTING_REASON_DISPLAY"><aside class="declaration">#define </aside>MILLA_INTERESTING_REASON_DISPLAY <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/rust.dm#L314"><img src="git.png" width="16" height="16" title="code/__DEFINES/rust.dm 314"></a></h3><p>Interesting because it needs a display update.</p><h3 id="define/MILLA_INTERESTING_REASON_HOT"><aside class="declaration">#define </aside>MILLA_INTERESTING_REASON_HOT <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/rust.dm#L316"><img src="git.png" width="16" height="16" title="code/__DEFINES/rust.dm 316"></a></h3><p>Interesting because it's hot enough to start a fire. Excludes normal-temperature Lavaland tiles without an active fire.</p><h3 id="define/MILLA_INTERESTING_REASON_WIND"><aside class="declaration">#define </aside>MILLA_INTERESTING_REASON_WIND <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/rust.dm#L318"><img src="git.png" width="16" height="16" title="code/__DEFINES/rust.dm 318"></a></h3><p>Interesting because it has wind that can push stuff around.</p><h3 id="define/MILLA_INTERESTING_TILE_SIZE"><aside class="declaration">#define </aside>MILLA_INTERESTING_TILE_SIZE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/rust.dm#L311"><img src="git.png" width="16" height="16" title="code/__DEFINES/rust.dm 311"></a></h3><p>The number of values per interesting tile.</p><h3 id="define/MILLA_TILE_SIZE"><aside class="declaration">#define </aside>MILLA_TILE_SIZE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/rust.dm#L302"><img src="git.png" width="16" height="16" title="code/__DEFINES/rust.dm 302"></a></h3><p>The number of values per tile.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |