CreateMultiboard

bug

Do not use this in a global initialisation as it crashes the game there.

comment

Creates a new multiboard and returns its handle.

The new multiboard by default:

  • does not have a title
  • row and column count are 0
  • is not displayed
  • is not minimized

To display a multiboard after creation, you must use MultiboardDisplay.

note

Multiboards must be destroyed to prevent leaks: DestroyMultiboard.

note

Only one multiboard can be visible at a time. However there's a workaround using Frame API.

note

There's a bug that causes big multiboards to freeze/crash the game on 1.33.

patch

1.07

return type
multiboard
Source code
native CreateMultiboard                 takes nothing returns multiboard
Source
common.j
wc3modding.com
CreateMultiboard