PlayThematicMusicExBJ

Parameters
musicName string
startingOffset real
return type
nothing
Source code
function PlayThematicMusicExBJ takes string musicName, real startingOffset returns nothing
    call PlayThematicMusicEx(musicName, R2I(startingOffset * 1000))
endfunction
Source
Blizzard.j
wc3modding.com
PlayThematicMusicExBJ