code/__defines/sound.dm
SOUND_RANGE_ABS | Returns the extrarange parameter for the /proc/playsound if we want the sound range to be exactly the value of RANGE,
instead of being added up to the client's view range.
Is more intuitive and maintainable to use than setting the parameter to a negative value. |
---|
Define Details
SOUND_RANGE_ABS
Returns the extrarange
parameter for the /proc/playsound
if we want the sound range to be exactly the value of RANGE,
instead of being added up to the client's view range.
Is more intuitive and maintainable to use than setting the parameter to a negative value.