csharp
public record class SpawnTableDefinitionWhat lives somewhere, how many of it, and how fast it comes back.
Fields and properties (6)
public string DisplayNameWhat it is called.
public List<SpawnEntryDefinition> EntriesWhat it can produce.
public int CapHow many may be alive at once.
public float RespawnSecondsHow long after something dies before it is replaced, in seconds.
public float RespawnJitterHow much that varies, in seconds.
public LeashDefinition? LeashHow far what lives here may be pulled from it, or null for the default.
Used by (8)
- WorldTestsMmo.Realm.Tests
- 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