csharp
public enum GoapRejectionWhy a search declined to go further with an action.
Fields and properties (4)
ConditionsUnmetIts own conditions are not true yet, so the search looked for what would serve them.
NotCapableThis agent's capability mask does not include it.
AlreadyInTheChainIt is already in the chain above, and an action twice over is an infinite descent.
TooDeepThe chain reached the depth limit here.
Used by (4)
- GoapConsideredVixen.Ai
- GoapPlannerVixen.Ai
- GoapGraphProjectionVixen.Editor.Ai
- LiveGoapTestsVixen.Editor.AssetEditors.Tests