Enum WalkPlanState
Enumeration of the possible states of a walk plan.
Namespace: Fibula.Creatures.Contracts.Enumerations
Assembly: Fibula.Creatures.Contracts.dll
Syntax
public enum WalkPlanState
Fields
| Name | Description |
|---|---|
| Aborted | The plan was aborted. |
| AtGoal | The plan was successfully traversed and we're at the goal location (for now). |
| NeedsToRecalculate | The plan can continue, but the path should be recalculated. |
| OnTrack | The plan is to continue, and there is no need to recalculate the path. |