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