Show / Hide Table of Contents

Method RemoveRecipe

| Edit this page View Source

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

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