Click or drag to resize
EatCompletedEventArgsEatAction Property

Provides information about the original EatAction and the parameters passed into the BeginEating method. This can be used to retrieve the state of the creature you tried to eat.

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

Return Value

Type: EatAction
EatAction representing the original values passed to BeginEating.
See Also