Method RemoveCreature
| Improve this Doc View SourceRemoveCreature(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. |
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. |