MultiboardDisplay

Parameters
lb multiboard

Target multiboard

show boolean

true to show, false to hide.

bug

MultiboardDisplay(mb,false), where mb is an arbitrary non-null multiboard will close any open multiboard, regardless of whether it's mb or not. http://www.wc3c.net/showthread.php?p=971681#post971681

comment

Shows or hides the multiboard.

Can be used to force a multiboard update.

note

Multiboards can not be shown at map-init. Use a wait or a zero-timer to display as soon as possible.

note

See: IsMultiboardDisplayed.

patch

1.07

return type
nothing
Source code
native MultiboardDisplay                takes multiboard lb, boolean show returns nothing
Source
common.j
wc3modding.com
MultiboardDisplay