csharp
public sealed class SpawnTableA spawn table with its addresses resolved.
Fields and properties (8)
public SpawnTableDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public string DisplayNameWhat it is called.
public ReadOnlySpan<(DefId Creature, string Address, float Weight, int Minimum, int Maximum)> EntriesWhat it can produce.
public int CapHow many may be alive at once, never below one.
public float RespawnSecondsHow long after something dies before it is replaced.
public float RespawnJitterHow much that varies.
public LeashDefinition LeashHow far what lives here may be pulled from it.
Methods (1)
public int Pick(ref GameplayRandom random)Picks a row.
Used by (5)
- ReferenceTestsMmo.Content.Tests
- WorldSpawnsMmo.Realm
- SpawnLibraryVixen.Gameplay.Ai
- SpawnTestsVixen.Gameplay.Ai.Tests
- SpawnerVixen.Gameplay.Ai