PlayThematicMusicBJ

Parameters
musicName string
return type
nothing
Source code
function PlayThematicMusicBJ takes string musicName returns nothing
    call PlayThematicMusic(musicName)
endfunction
Source
Blizzard.j
wc3modding.com
PlayThematicMusicBJ