Files
GS13NG/datum/component/area_sound_manager.html
2025-02-05 06:19:18 +00:00

1 line
3.6 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/component/area_sound_manager - /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="datum/component/area_sound_manager.html#var">Var Details</a></header><main><h1>area_sound_manager <aside>/<a href="datum.html">datum</a>/<a href="datum/component.html">component</a>/<a href="datum/component/area_sound_manager.html">area_sound_manager</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/area_sound_manager.dm#L2"><img src="git.png" width="16" height="16" title="code/datums/components/area_sound_manager.dm 2"></a></h1><p>Allows you to set a theme for a set of areas without tying them to looping sounds explicitly</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/component/area_sound_manager.html#var/accepted_zs">accepted_zs</a></th><td>A list of &quot;acceptable&quot; z levels to be on. If you leave this, we're gonna delete ourselves</td></tr><tr><th><a href="datum/component/area_sound_manager.html#var/area_to_looping_type">area_to_looping_type</a></th><td>area -&gt; looping sound type</td></tr><tr><th><a href="datum/component/area_sound_manager.html#var/our_loop">our_loop</a></th><td>Current sound loop</td></tr><tr><th><a href="datum/component/area_sound_manager.html#var/timerid">timerid</a></th><td>The timer id of our current start delay, if it exists</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/accepted_zs"><aside class="declaration">var </aside>accepted_zs <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/area_sound_manager.dm#L8"><img src="git.png" width="16" height="16" title="code/datums/components/area_sound_manager.dm 8"></a></h3><p>A list of &quot;acceptable&quot; z levels to be on. If you leave this, we're gonna delete ourselves</p><h3 id="var/area_to_looping_type"><aside class="declaration">var </aside>area_to_looping_type <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/area_sound_manager.dm#L4"><img src="git.png" width="16" height="16" title="code/datums/components/area_sound_manager.dm 4"></a></h3><p>area -&gt; looping sound type</p><h3 id="var/our_loop"><aside class="declaration">var </aside>our_loop <aside> /<a href="datum.html">datum</a>/<a href="datum/looping_sound.html">looping_sound</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/area_sound_manager.dm#L6"><img src="git.png" width="16" height="16" title="code/datums/components/area_sound_manager.dm 6"></a></h3><p>Current sound loop</p><h3 id="var/timerid"><aside class="declaration">var </aside>timerid <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/area_sound_manager.dm#L12"><img src="git.png" width="16" height="16" title="code/datums/components/area_sound_manager.dm 12"></a></h3><p>The timer id of our current start delay, if it exists</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>