Vixen
caa30e12
csharp
public readonly record struct GoapPlanRequest

A ticket for a resolve that has been asked for.

Read the guide page for this →

Fields and properties (4)

  • public int Index

    Which slot.

  • public uint Generation

    Which use of it, so a stale ticket cannot read somebody else's plan.

  • public static GoapPlanRequest Null

    No request.

  • public bool IsNull

    Whether it names nothing.

Methods (1)

  • public GoapPlanRequest(int Index, uint Generation)

    A ticket for a resolve that has been asked for.

Used by (5)

  • AiSnapshotsVixen.Ai
  • AiSystemVixen.Ai
  • GoapMemoryVixen.Ai
  • GoapPlanQueueVixen.Ai
  • GoapThroughputTestsVixen.Ai.Tests