Vixen
c7401864
csharp
public record class SpawnTableDefinition

What lives somewhere, how many of it, and how fast it comes back.

Read the guide page for this →

Fields and properties (6)

  • public string DisplayName

    What it is called.

  • public List<SpawnEntryDefinition> Entries

    What it can produce.

  • public int Cap

    How many may be alive at once.

  • public float RespawnSeconds

    How long after something dies before it is replaced, in seconds.

  • public float RespawnJitter

    How much that varies, in seconds.

  • public LeashDefinition? Leash

    How far what lives here may be pulled from it, or null for the default.

Used by (7)

  • ContentVixen.Gameplay.Ai.Tests
  • GameplayAiModuleVixen.Gameplay.Ai
  • SpawnLibraryVixen.Gameplay.Ai
  • SpawnTableVixen.Gameplay.Ai
  • SpawnTestsVixen.Gameplay.Ai.Tests
  • TypeRegistrationVixen.Gameplay.Ai
  • Vixen_Gameplay_Ai_SpawnTableDefinitionSerializerVixen.Gameplay.Ai