PlayThematicMusicExBJ
- Parameters
-
musicName string
startingOffset real
- comment
- patch
-
1.07
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
function PlayThematicMusicExBJ takes string musicName, real startingOffset returns nothing call PlayThematicMusicEx(musicName, R2I(startingOffset * 1000)) endfunction