The search keyword must be a single word (no spaces).

Function SetSoundVolume

Line
3709
Location
common.j
Constant?
no
Type
native
Arguments
sound soundHandle, integer volume
Returns
nothing
3709
native SetSoundVolume               takes sound soundHandle, integer volume returns nothing
3710
native SetSoundPitch                takes sound soundHandle, real pitch returns nothing
3711
3712
// the following method must be called immediately after calling "StartSound"
3713
native SetSoundPlayPosition         takes sound soundHandle, integer millisecs returns nothing
3714

Information about SetSoundVolume

You must be logged in with a standard account to contribute.