• Shows or hides the multiboard.

    Can be used to force a multiboard update.

    Parameters

    • lb: HandleHolder<"multiboard">

      Target multiboard

    • show: boolean

      true to show, false to hide.

    Returns void

    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's mb or not. http://www.wc3c.net/showthread.php?p=971681#post971681

Generated using TypeDoc