EatCompletedEventHandler Delegate |
Describes the event handler required in order to hook into a creature's EatCompleted event. The sender will always be your creature, and EatCompletedEventArgs will be filled with information to help your creature process it's turn.
This event will be fired after your creature has taken a bite of food. Eating can be successful only if the target creature had enough available food matter left for your creature to eat.
Namespace: Terrarium.Sdk.Classes.Creature.Events
public delegate void EatCompletedEventHandler( Object sender, EatCompletedEventArgs e )