PlayMusicExBJ

Parameters
musicFileName string
startingOffset real
fadeInTime real
comment
patch

1.07

Source
Blizzard.j
return type
nothing
Source code
function PlayMusicExBJ takes string musicFileName, real startingOffset, real fadeInTime returns nothing
    set bj_lastPlayedMusic = musicFileName
    call PlayMusicEx(musicFileName, R2I(startingOffset * 1000), R2I(fadeInTime * 1000))
endfunction