SetSoundOffsetBJ

Parameters
newOffset real
soundHandle sound
return type
nothing
Source code
function SetSoundOffsetBJ takes real newOffset, sound soundHandle returns nothing
    call SetSoundPlayPosition(soundHandle, R2I(newOffset * 1000))
endfunction
Source
Blizzard.j
wc3modding.com
SetSoundOffsetBJ