code/__DEFINES/sound_defines.dm 
SOUND_RANGE | Default range of a sound. |
---|---|
SOUND_RANGE_SET | Easy-to-math sound range for simpler coding with specific variables. Insert the exact range you wish the sound to be heard from. |
SHORT_RANGE_SOUND_EXTRARANGE | default extra range for sounds considered to be quieter |
SILENCED_SOUND_EXTRARANGE | The range deducted from sound range for things that are considered silent / sneaky |
SOUND_DEFAULT_FALLOFF_DISTANCE | Percentage of sound's range where no falloff is applied |
SOUND_FALLOFF_EXPONENT | The default exponent of sound falloff |
Define Details
SHORT_RANGE_SOUND_EXTRARANGE 
default extra range for sounds considered to be quieter
SILENCED_SOUND_EXTRARANGE 
The range deducted from sound range for things that are considered silent / sneaky
SOUND_DEFAULT_FALLOFF_DISTANCE 
Percentage of sound's range where no falloff is applied
SOUND_FALLOFF_EXPONENT 
The default exponent of sound falloff
SOUND_RANGE 
Default range of a sound.
SOUND_RANGE_SET 
Easy-to-math sound range for simpler coding with specific variables. Insert the exact range you wish the sound to be heard from.