MultiboardSetItemValue
- Parameters
-
mbi multiboarditem
Target cell handle.
val string
New text.
- comment
Sets the cell's text. It is empty by default.
- note
See:
MultiboardSetItemsValue
.- note
You must make sure the new text will fit in current width by setting
MultiboardSetItemWidth
appropriately. If the width is too small, the text will be cut off.- return type
nothing
- Source code
native MultiboardSetItemValue takes multiboarditem mbi, string val returns nothing
- Source
- multiboard.j
- wc3modding.com
- MultiboardSetItemValue