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.EventsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic MoveToAction MoveToAction { get; }
Public ReadOnly Property MoveToAction As MoveToAction
Get
public:
property MoveToAction^ MoveToAction {
MoveToAction^ get ();
}
member MoveToAction : MoveToAction with get
Return Value
Type:
MoveToAction
MoveToAction describing the movement that was passed to BeginMoving.
See Also