Click or drag to resize
IAnimalSpeciesEatingSpeedPerUnitRadius Property

The number of food chunks a creature can eat in one tick per unit Radius. This means larger creatures can eat more than smaller creatures in one tick.

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

Return Value

Type: Int32
System.Int32 representing the food chunks that can be eaten per tick per unit radius.
See Also