Click or drag to resize
IAnimalSpeciesIsCarnivore Property

Determines if a creature is a Carnivore.

Namespace: Terrarium.Sdk.Interfaces
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
bool IsCarnivore { get; }

Return Value

Type: Boolean
True if the creature is a Carnivore, False otherwise.
See Also