MultiboardDisplay
- Parameters
-
lb multiboard
Target multiboard
show boolean
true
to show,false
to hide. - 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
. - bug
-
MultiboardDisplay(mb,false)
, where mb is an arbitrary non-null multiboard will close any open multiboard, regardless of whether it'smb
or not. http://www.wc3c.net/showthread.php?p=971681#post971681 - patch
-
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native MultiboardDisplay takes multiboard lb, boolean show returns nothing