code/__DEFINES/sound.dm

| SOUND_RANGE | Default range of a sound. |
|---|---|
| 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_DEFAULT_DISTANCE_MULTIPLIER | Default distance multiplier for sounds |
| SOUND_DEFAULT_MULTIPLIER_EFFECT_RANGE | Default range at which sound distance multiplier applies |
| FALLOFF_SOUNDS | remove |
| ANNOUNCER_AIMALF | Announcer audio keys |
Define Details
ANNOUNCER_AIMALF
Announcer audio keys
FALLOFF_SOUNDS
remove
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_DISTANCE_MULTIPLIER
Default distance multiplier for sounds
SOUND_DEFAULT_FALLOFF_DISTANCE
Percentage of sound's range where no falloff is applied
SOUND_DEFAULT_MULTIPLIER_EFFECT_RANGE
Default range at which sound distance multiplier applies
SOUND_FALLOFF_EXPONENT
The default exponent of sound falloff
SOUND_RANGE
Default range of a sound.