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