CarnivoreAttribute Constructor |
Creates a new carnivore attribute determining if the target creature
should be a carnivore or not.
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic CarnivoreAttribute(
bool isCarnivore
)
Public Sub New (
isCarnivore As Boolean
)
public:
CarnivoreAttribute(
bool isCarnivore
)
new :
isCarnivore : bool -> CarnivoreAttribute
Parameters
- isCarnivore
- Type: SystemBoolean
True if your organism is a carnivore, false if they are an herbivore.
See Also