Click or drag to resize
CarnivoreAttribute Constructor
Creates a new carnivore attribute determining if the target creature should be a carnivore or not.

Namespace: Terrarium.Sdk.Classes.Creature.Attributes
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public CarnivoreAttribute(
	bool isCarnivore
)

Parameters

isCarnivore
Type: SystemBoolean
True if your organism is a carnivore, false if they are an herbivore.
See Also