MultiboardSetItemStyle
- Parameters
-
mbi multiboarditem
Target cell handle.
showValue boolean
true
to render text,false
to hide text.showIcon boolean
true
to render icon,false
to hide icon. - comment
Sets rendering properties of the multiboard cell. Hiding the icon or text does not erase it.
There is no way to get a cell's style.
- note
See:
MultiboardSetItemsStyle
.- return type
nothing
- Source code
native MultiboardSetItemStyle takes multiboarditem mbi, boolean showValue, boolean showIcon returns nothing
- Source
- multiboard.j
- wc3modding.com
- MultiboardSetItemStyle