StopMusicBJ

Parameters
fadeOut boolean
return type
nothing
Source code
function StopMusicBJ takes boolean fadeOut returns nothing
    call StopMusic(fadeOut)
endfunction
Source
Blizzard.j
wc3modding.com
StopMusicBJ