byond - Modules - Types

code/game/sound.dm

/soundBase proc to trigger the smoothing system. It will behave according to the smoothing atom's system. Default override for echo
/proc/playsound
/proc/playsound_z Play sound for all online mobs on a given Z-level. Good for ambient sounds.
/proc/playsound_z_humans Play a sound for all cliented humans and ghosts by zlevel
/proc/playsound_z_xenos Play a sound for all cliented xenos and ghosts by hive on a zlevel
/proc/get_sfx Used to convert a SFX define into a .ogg so we can add some variance to sounds. If soundin is already a .ogg, we simply return it