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
Setting an invalid texture path will result in an undefined texture (100% green).
- note
See:
MultiboardSetItemsIcon
.- patch
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing
- Source code
native MultiboardSetItemIcon takes multiboarditem mbi, string iconFileName returns nothing