Show / Hide Table of Contents

Method AddCreature

| Edit this page View Source

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