SetMapMusicIndexedBJ

Parameters
musicName string
index integer
return type
nothing
Source code
function SetMapMusicIndexedBJ takes string musicName, integer index returns nothing
    call SetMapMusic(musicName, false, index)
endfunction
Source
Blizzard.j
wc3modding.com
SetMapMusicIndexedBJ