Click or drag to resize
MoveCompletedEventArgsMoveToAction Property

Provides the original MoveToAction created as a result of the BeginMoving function. This can be used to get the MovementVector which can be reused if the creature has not yet reached its destination.

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

Return Value

Type: MoveToAction
MoveToAction describing the movement that was passed to BeginMoving.
See Also