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.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic EatAction EatAction { get; }
Public ReadOnly Property EatAction As EatAction
Get
public:
property EatAction^ EatAction {
EatAction^ get ();
}
member EatAction : EatAction with get
Return Value
Type:
EatAction
EatAction representing the original values passed to BeginEating.
See Also