Method GetCreature
| Edit this page View SourceGetCreature(string)
Get a custom creature by its name.
Declaration
public CustomCreature GetCreature(string creatureName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | creatureName | Name of the custom creature to search. |
Returns
| Type | Description |
|---|---|
| CustomCreature | The CustomCreature if found. |