mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
1 line
4.2 KiB
HTML
1 line
4.2 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/queue - 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="datum/controller/subsystem/queue.html#var">Var Details</a></header><main><h1>queue <aside>/<a href="datum.html">datum</a>/<a href="datum/controller.html">controller</a>/<a href="datum/controller/subsystem.html">subsystem</a>/<a href="datum/controller/subsystem/queue.html">queue</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/non_firing/SSserver_queue.dm#L7"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSserver_queue.dm 7"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/controller/subsystem/queue.html#var/last_letin_time">last_letin_time</a></th><td>Last world.time we let a ckey in. 3 second delay between each letin to avoid a mass bubble</td></tr><tr><th><a href="datum/controller/subsystem/queue.html#var/persist_queue">persist_queue</a></th><td>Whether to persist these settings over multiple rounds</td></tr><tr><th><a href="datum/controller/subsystem/queue.html#var/queue_bypass_list">queue_bypass_list</a></th><td>List of ckeys allowed to bypass queue this round</td></tr><tr><th><a href="datum/controller/subsystem/queue.html#var/queue_enabled">queue_enabled</a></th><td>Whether the queue is enabled or not</td></tr><tr><th><a href="datum/controller/subsystem/queue.html#var/queue_threshold">queue_threshold</a></th><td>Threshold of players to queue new people</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/last_letin_time"><aside class="declaration">var </aside>last_letin_time <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/non_firing/SSserver_queue.dm#L20"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSserver_queue.dm 20"></a></h3><p>Last world.time we let a ckey in. 3 second delay between each letin to avoid a mass bubble</p><h3 id="var/persist_queue"><aside class="declaration">var </aside>persist_queue <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/non_firing/SSserver_queue.dm#L16"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSserver_queue.dm 16"></a></h3><p>Whether to persist these settings over multiple rounds</p><h3 id="var/queue_bypass_list"><aside class="declaration">var </aside>queue_bypass_list <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/non_firing/SSserver_queue.dm#L18"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSserver_queue.dm 18"></a></h3><p>List of ckeys allowed to bypass queue this round</p><h3 id="var/queue_enabled"><aside class="declaration">var </aside>queue_enabled <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/non_firing/SSserver_queue.dm#L14"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSserver_queue.dm 14"></a></h3><p>Whether the queue is enabled or not</p><h3 id="var/queue_threshold"><aside class="declaration">var </aside>queue_threshold <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/controllers/subsystem/non_firing/SSserver_queue.dm#L12"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/non_firing/SSserver_queue.dm 12"></a></h3><p>Threshold of players to queue new people</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |