SetSoundConeAnglesBJ

Parameters
soundHandle sound
inside real
outside real
outsideVolumePercent real
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
Source
Blizzard.j
wc3modding.com
SetSoundConeAnglesBJ