Method GetCreature
| Improve this Doc 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. |