SetSoundConeAnglesBJ

Parameters
soundHandle sound
inside real
outside real
outsideVolumePercent real
comment
patch

1.00

Source
Blizzard.j
return type
nothing
Source code
function SetSoundConeAnglesBJ takes sound soundHandle, real inside, real outside, real outsideVolumePercent returns nothing
    call SetSoundConeAngles(soundHandle, inside, outside, PercentToInt(outsideVolumePercent, 127))
endfunction