Method RemoveRecipe
| Improve this Doc View SourceRemoveRecipe(string)
Remove a custom recipe by its name. Removes it from the manager and the ObjectDB, if instantiated.
Declaration
public void RemoveRecipe(string recipeName)
Parameters
Type | Name | Description |
---|---|---|
string | recipeName | Name of the recipe to remove. |
RemoveRecipe(CustomRecipe)
Remove a custom recipe by its ref. Removes it from the manager and the ObjectDB, if instantiated.
Declaration
public void RemoveRecipe(CustomRecipe recipe)
Parameters
Type | Name | Description |
---|---|---|
CustomRecipe | recipe | CustomRecipe to remove. |