Method IsCustomCreature
| Improve this Doc View SourceIsCustomCreature(string)
Helper method to determine if a prefab with a given name is a custom creature created with Jötunn.
Declaration
public static bool IsCustomCreature(string prefabName)
Parameters
Type | Name | Description |
---|---|---|
string | prefabName | Name of the prefab to test. |
Returns
Type | Description |
---|---|
bool | true if the prefab is added as a custom creature to the CreatureManager. |