Vixen
c7401864
csharp
public sealed class LootLibrary

Every loot table and salvage recipe a build knows, compiled once.

Read the guide page for this →

Fields and properties (4)

  • public static LootLibrary Empty

    A library with nothing in it.

  • public int Count

    How many tables it holds.

  • public IEnumerable<LootTable> All

    Every table, in address order.

  • public IReadOnlyList<string> Problems

    What did not resolve, and what a row said that cannot be true at once.

Methods (5)

Used by (17)

  • ContentTestsMmo.Content.Tests
  • CoverageTestsMmo.Content.Tests
  • CreatureLibraryMmo.Shared
  • MmoLibrariesMmo.Shared
  • ReferenceTestsMmo.Content.Tests
  • ContentVixen.Editor.Gameplay.Loot.Tests
  • LootOutlineVixen.Editor.Gameplay.Loot
  • LootOutlineTestsVixen.Editor.Gameplay.Loot.Tests
  • LootSimulatorVixen.Editor.Gameplay.Loot
  • LootSimulatorTestsVixen.Editor.Gameplay.Loot.Tests
  • LootTableModelTestsVixen.Editor.Gameplay.Loot.Tests
  • ContentVixen.Gameplay.Loot.Tests
  • LootDistributionTestsVixen.Gameplay.Loot.Tests
  • LootEvaluatorVixen.Gameplay.Loot
  • LootLibraryTestsVixen.Gameplay.Loot.Tests
  • LootRollTestsVixen.Gameplay.Loot.Tests
  • PityTestsVixen.Gameplay.Loot.Tests