Vixen
caa30e12
csharp
public readonly record struct SpawnOrder

One thing a spawner has been asked to put in the world.

Read the guide page for this →

Fields and properties (3)

  • public DefId Creature

    What.

  • public int Count

    How many of it.

  • public int Slot

    Which of the spawner's slots it fills, so a caller can report its death.

Methods (1)

  • public SpawnOrder(DefId Creature, int Count, int Slot)

    One thing a spawner has been asked to put in the world.

Used by (2)

  • SpawnTestsVixen.Gameplay.Ai.Tests
  • SpawnerVixen.Gameplay.Ai