Click or drag to resize
AnimalMoveCompleted Event

The MoveCompleted event is fired whenever your creature has completed a movement operation. This can either mean the creature reached the destination or that the creature was blocked and can't move anymore.

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public event MoveCompletedEventHandler MoveCompleted

Value

Type: Terrarium.Sdk.Classes.Creature.EventsMoveCompletedEventHandler
See Also