Vixen
c7401864
csharp
public sealed class SpawnTable

A spawn table with its addresses resolved.

Read the guide page for this →

Fields and properties (8)

  • public SpawnTableDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public ReadOnlySpan<(DefId Creature, string Address, float Weight, int Minimum, int Maximum)> Entries

    What it can produce.

  • public int Cap

    How many may be alive at once, never below one.

  • public float RespawnSeconds

    How long after something dies before it is replaced.

  • public float RespawnJitter

    How much that varies.

  • public LeashDefinition Leash

    How far what lives here may be pulled from it.

Methods (1)

Used by (4)

  • ReferenceTestsMmo.Content.Tests
  • SpawnLibraryVixen.Gameplay.Ai
  • SpawnTestsVixen.Gameplay.Ai.Tests
  • SpawnerVixen.Gameplay.Ai