Was looking around the wiki and saw reference to a SNDLVL enum: SNDLVL Enumerations
The enum is supposed to be used when emitting sounds, but it seems like the enum doesn't actually exist since running
print(SNDLVL_GUNFIRE) -- returns nill
Or any other arbitrary version of the SNDLVL_ enum returns nil
Is this intended behavior? If so, are the decimal values static across GMod versions and platforms?
https://i.imgur.com/RQpD7Bp.png
Hmmmmmm
It seems clear that the decimal value is the decibels.
Sorry, you need to Log In to post a reply to this thread.