csharp
public readonly record struct GoapPlanRequestA ticket for a resolve that has been asked for.
Fields and properties (4)
public int IndexWhich slot.
public uint GenerationWhich use of it, so a stale ticket cannot read somebody else's plan.
public static GoapPlanRequest NullNo request.
public bool IsNullWhether it names nothing.
Methods (1)
public GoapPlanRequest(int Index, uint Generation)A ticket for a resolve that has been asked for.
Used by (6)
- AiSnapshotsVixen.Ai
- AiSystemVixen.Ai
- GoapMemoryVixen.Ai
- GoapPlanQueueVixen.Ai
- GoapPlanQueueSchedulerTestsVixen.Ai.Tests
- GoapThroughputTestsVixen.Ai.Tests