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'smb
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
.- return type
nothing
- Source code
native MultiboardDisplay takes multiboard lb, boolean show returns nothing
- Source
- common.j
- wc3modding.com
- MultiboardDisplay