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