MultiboardDisplayBJ

Parameters
show boolean
mb multiboard
comment
patch

1.13

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
nothing
Source code
function MultiboardDisplayBJ takes boolean show, multiboard mb returns nothing
    call MultiboardDisplay(mb, show)
endfunction