Method RemoveItem
| Improve this Doc View SourceRemoveItem(string)
Remove a custom item by its name. Removes the custom recipe, too.
Declaration
public void RemoveItem(string itemName)
Parameters
Type | Name | Description |
---|---|---|
string | itemName | Name of the item to remove. |
RemoveItem(CustomItem)
Remove a custom item by its ref. Removes the custom recipe, too.
Declaration
public void RemoveItem(CustomItem item)
Parameters
Type | Name | Description |
---|---|---|
CustomItem | item | CustomItem to remove. |