SetSoundVolume
- Parameters
-
soundHandle sound
which sound.
volume integer
Volume, between 0 and 127.
- comment
Sets the sounds volume.
- return type
nothing
- Source code
native SetSoundVolume takes sound soundHandle, integer volume returns nothing
- Source
- common.j
- wc3modding.com
- SetSoundVolume