Method AddCreature
| Improve this Doc View SourceAddCreature(CustomCreature)
Add a CustomCreature to the game.
Checks if the custom creature is valid and unique and adds it to the list of custom creatures.
Checks if the custom creature is valid and unique and adds it to the list of custom creatures.
Declaration
public bool AddCreature(CustomCreature customCreature)
Parameters
Type | Name | Description |
---|---|---|
CustomCreature | customCreature | The custom Creature to add. |
Returns
Type | Description |
---|---|
bool | true if the custom Creature was added to the manager. |