Click or drag to resize
AnimalCurrentEatAction Property

After your creature has begun eating you can get the EatAction object that represents you're creatures current eat action. You can use this to examine the target creature your eating and determine if their might be a better target to eat.

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

Return Value

Type: EatAction
EatAction object representing the current eat action and the values passed into BeginEating.
See Also