Files
GS13NG/code/controllers/subsystem/runechat.html
2025-02-05 06:19:18 +00:00

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/controllers/subsystem/runechat.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/controllers/subsystem/runechat.html#define">Define Details</a></header><main><h1>code/controllers/subsystem/runechat.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/runechat.dm0"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/runechat.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/controllers/subsystem/runechat.html#define/BUCKET_LEN">BUCKET_LEN</a></th><td>Controls how many buckets should be kept, each representing a tick. (30 seconds worth)</td></tr><tr><th><a href="code/controllers/subsystem/runechat.html#define/BUCKET_POS">BUCKET_POS</a></th><td>Helper for getting the correct bucket for a given chatmessage</td></tr><tr><th><a href="code/controllers/subsystem/runechat.html#define/BUCKET_LIMIT">BUCKET_LIMIT</a></th><td>Gets the maximum time at which messages will be handled in buckets, used for deferring to secondary queue</td></tr><tr><th>/var/<a href="global.html#var/SSrunechat">SSrunechat</a></th><td></td></tr></table><h2 id="define">Define Details</h2><h3 id="define/BUCKET_LEN"><aside class="declaration">#define </aside>BUCKET_LEN <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/runechat.dm#L2"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/runechat.dm 2"></a></h3><p>Controls how many buckets should be kept, each representing a tick. (30 seconds worth)</p><h3 id="define/BUCKET_LIMIT"><aside class="declaration">#define </aside>BUCKET_LIMIT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/runechat.dm#L6"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/runechat.dm 6"></a></h3><p>Gets the maximum time at which messages will be handled in buckets, used for deferring to secondary queue</p><h3 id="define/BUCKET_POS"><aside class="declaration">#define </aside>BUCKET_POS<aside>(scheduled_destruction)</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/runechat.dm#L4"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/runechat.dm 4"></a></h3><p>Helper for getting the correct bucket for a given chatmessage</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>