Show / Hide Table of Contents

Method RemoveCreature

| Edit this page View Source

RemoveCreature(string)

Remove a custom creature by its name.
Declaration
public void RemoveCreature(string creatureName)
Parameters
Type Name Description
string creatureName Name of the creature to remove.
| Edit this page View Source

RemoveCreature(CustomCreature)

Remove a custom creature by its ref. Removes the custom recipe, too.
Declaration
public void RemoveCreature(CustomCreature creature)
Parameters
Type Name Description
CustomCreature creature CustomCreature to remove.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾