Vixen
caa30e12
csharp
public enum PlanFailure

Why a resolve produced no plan.

Read the guide page for this →

Fields and properties (6)

  • None

    It produced one.

  • NoGoal

    Nothing was asked for, or the goal index names nothing.

  • AlreadyMet

    The goal is already true. Not a failure, and worth telling apart from one.

  • Unreachable

    Nothing this agent can do leads to the goal.

  • BudgetExhausted

    The search ran out of nodes. ⚠ A bound, not a bug — see GoapSettings.

  • DepthExceeded

    Every chain reached the depth limit without finishing.

Used by (10)

  • AiSnapshotsVixen.Ai
  • GoapBudgetTestsVixen.Ai.Tests
  • GoapCostTestsVixen.Ai.Tests
  • GoapPearTestsVixen.Ai.Tests
  • GoapPlanVixen.Ai
  • GoapPlanQueueVixen.Ai
  • GoapPlannerVixen.Ai
  • GoapReplanTestsVixen.Ai.Tests
  • GoapThroughputTestsVixen.Ai.Tests
  • GoapGraphProjectionTestsVixen.Editor.AssetEditors.Tests