Click or drag to resize
MoveCompletedEventArgsReason Property

Provides the reason for a creature being stopped. This can either be that the creature reached it's destination or was somehow blocked by another creature.

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

Return Value

Type: ReasonForStop
ReasonForStop enumeration presenting the reason for stopping a movement.
See Also