DestroyMultiboardBJ

Parameters
mbmultiboard
comment
patch

1.13

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
nothing
Source code
function DestroyMultiboardBJ takes multiboard mb returns nothing
    call DestroyMultiboard(mb)
endfunction