SetMapMusicRandomBJ

Parameters
musicName string
return type
nothing
Source code
function SetMapMusicRandomBJ takes string musicName returns nothing
    call SetMapMusic(musicName, true, 0)
endfunction
Source
Blizzard.j
wc3modding.com
SetMapMusicRandomBJ