CarnivoreAttributeIsCarnivore Property |
Read-only access to whether or not the attribute is used to specify
a Carnivore type creature.
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic bool IsCarnivore { get; }
Public ReadOnly Property IsCarnivore As Boolean
Get
public:
property bool IsCarnivore {
bool get ();
}
member IsCarnivore : bool with get
Property Value
Type:
Boolean
See Also