SetSoundDistanceCutoffBJ

Parameters
soundHandle sound
cutoff real
return type
nothing
Source code
function SetSoundDistanceCutoffBJ takes sound soundHandle, real cutoff returns nothing
    call SetSoundDistanceCutoff(soundHandle, cutoff)
endfunction
Source
Blizzard.j
wc3modding.com
SetSoundDistanceCutoffBJ