Show / Hide Table of Contents

Method RemoveItem

| Edit this page View Source

RemoveItem(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.
| Edit this page View Source

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.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾