Click or drag to resize
AnimalIsEating Property

Used to determine if your creature has been commanded to eat. You can also check the CurrentEatAction property to get the actual target creature you're eating. Because eating is asynchronous your creature won't actually eat until the upcoming tick.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool IsEating { get; }

Return Value

Type: Boolean
True if your creature will eat the next tick, False otherwise.
See Also