Space Station 13 - Nebula13 - Modules - TypesDefine Details

code/__defines/sound.dm

SOUND_RANGE_ABSReturns 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.