IAnimalSpeciesIsCarnivore Property |
Determines if a creature is a Carnivore.
Namespace: Terrarium.Sdk.InterfacesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxbool IsCarnivore { get; }
ReadOnly Property IsCarnivore As Boolean
Get
property bool IsCarnivore {
bool get ();
}
abstract IsCarnivore : bool with get
Return Value
Type:
Boolean
True if the creature is a Carnivore, False otherwise.
See Also