MultiboardSetItemIcon
- Parameters
-
mbi multiboarditem
Target cell handle.
iconFileName string
Path to new icon texture.
- comment
Sets the cell's icon. It is a grey eye icon by default.
- note
See:
MultiboardSetItemsIcon
.- note
Setting an invalid texture path will result in an undefined texture (100% green).
- return type
nothing
- Source code
native MultiboardSetItemIcon takes multiboarditem mbi, string iconFileName returns nothing
- Source
- multiboard.j
- wc3modding.com
- MultiboardSetItemIcon