Vixen
c7401864
csharp
public enum GoapRejection

Why a search declined to go further with an action.

Read the guide page for this →

Fields and properties (4)

  • ConditionsUnmet

    Its own conditions are not true yet, so the search looked for what would serve them.

  • NotCapable

    This agent's capability mask does not include it.

  • AlreadyInTheChain

    It is already in the chain above, and an action twice over is an infinite descent.

  • TooDeep

    The chain reached the depth limit here.

Used by (4)

  • GoapConsideredVixen.Ai
  • GoapPlannerVixen.Ai
  • GoapGraphProjectionVixen.Editor.Ai
  • LiveGoapTestsVixen.Editor.AssetEditors.Tests