SetSoundOffsetBJ

Parameters
newOffset real
soundHandle sound
comment
patch

1.07

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