Click or drag to resize
AnimalCurrentMoveToAction Property

After your creature has begun moving you can get the MoveToAction object that represents your creature's current movement action. You can use this to examine the movement location and speed that your creature moving to see if you'll need to alter your course.

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

Return Value

Type: MoveToAction
A MoveToAction object representing the current movement and the values passed into BeginMoving.
See Also