Vixen
c7401864
csharp
public sealed class WeaponLibrary

Every weapon a build knows, compiled once against a catalog.

Read the guide page for this →

Fields and properties (4)

  • public static WeaponLibrary Empty

    A library with nothing in it.

  • public int Count

    How many weapons it holds.

  • public IEnumerable<WeaponTemplate> All

    Every weapon, in address order.

  • public IReadOnlyList<string> Problems

    What a definition said that cannot be true at once.

Methods (4)

Used by (7)

  • ContentTestsMmo.Content.Tests
  • CoverageTestsMmo.Content.Tests
  • MmoLibrariesMmo.Shared
  • ContentVixen.Gameplay.Shooting.Tests
  • HitClaimValidatorVixen.Gameplay.Shooting
  • WeaponLibraryTestsVixen.Gameplay.Shooting.Tests
  • WeaponStateTestsVixen.Gameplay.Shooting.Tests