mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
1 line
3.4 KiB
HTML
1 line
3.4 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/controller/subsystem/throwing - 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/throwing.html#var">Var Details</a></header><main><h1>throwing <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/throwing.html">throwing</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSthrowing.dm#L4"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSthrowing.dm 4"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/controller/subsystem/throwing.html#var/impact_sounds">impact_sounds</a></th><td>How many throw impact sounds have happened this tick.</td></tr><tr><th><a href="datum/controller/subsystem/throwing.html#var/impact_sounds_cap">impact_sounds_cap</a></th><td>How many throw impact sounds we allow per tick.</td></tr><tr><th><a href="datum/controller/subsystem/throwing.html#var/last_impact_sounds">last_impact_sounds</a></th><td>How many sounds there were last tick.</td></tr><tr><th><a href="datum/controller/subsystem/throwing.html#var/skipped_sounds">skipped_sounds</a></th><td>How many sounds we've skipped due to hitting the per-tick cap.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/impact_sounds"><aside class="declaration">var </aside>impact_sounds <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSthrowing.dm#L17"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSthrowing.dm 17"></a></h3><p>How many throw impact sounds have happened this tick.</p><h3 id="var/impact_sounds_cap"><aside class="declaration">var </aside>impact_sounds_cap <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSthrowing.dm#L19"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSthrowing.dm 19"></a></h3><p>How many throw impact sounds we allow per tick.</p><h3 id="var/last_impact_sounds"><aside class="declaration">var </aside>last_impact_sounds <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSthrowing.dm#L23"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSthrowing.dm 23"></a></h3><p>How many sounds there were last tick.</p><h3 id="var/skipped_sounds"><aside class="declaration">var </aside>skipped_sounds <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSthrowing.dm#L21"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSthrowing.dm 21"></a></h3><p>How many sounds we've skipped due to hitting the per-tick cap.</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> |