PlayThematicMusicExBJ

Parameters
musicName string
startingOffset real
comment
patch

1.07

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