MultiboardClear
- Parameters
-
lb multiboard
Target multiboard.
- comment
Erases all items in a multiboard and sets row count to 0, column count to 0. The multiboard's name is preserved.
- note
Implementation-specific: Clearing a multiboard does not automatically invalidate previous
multiboarditem
handles. If you expand the multiboard again, you'll be able to reuse old handles. BUT you really shouldn't be doing this, it seems to be a buggy/undefined behavior. When you clear or shrink a table, it's best to release old cell (item) handles withMultiboardReleaseItem
.- note
See:
DestroyMultiboard
to remove,MultiboardDisplay
to hide a multiboard.- return type
nothing
- Source code
native MultiboardClear takes multiboard lb returns nothing
- Source
- common.j
- wc3modding.com
- MultiboardClear