SoundHandler
From Crumbled World Wiki
Functions
| return | function | description |
|---|---|---|
| playSound(string soundName, float maxSoundPerSecond) | Set a limit on how many sound can be started every second | |
| playSound(string soundName, float soundLevel, Vec3 position) | Set a limit on how many sound can be started every second | |
| playSound(string soundName, float soundLevel, Vec3 position, bool looping) | Set a limit on how many sound can be started every second |