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.InterfacesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxint EatingSpeedPerUnitRadius { get; }
ReadOnly Property EatingSpeedPerUnitRadius As Integer
Get
property int EatingSpeedPerUnitRadius {
int get ();
}
abstract EatingSpeedPerUnitRadius : int with get
Return Value
Type:
Int32
System.Int32 representing the food chunks that can be eaten per tick per unit radius.
See Also