Vixen
c7401864
csharp
public record class VendorDefinition

A vendor: a stock list, a buyback window, and what it pays for things.

Read the guide page for this →

Fields and properties (4)

  • public string DisplayName

    What it is called.

  • public string Tag

    What being able to use it is. Empty for one anybody may use.

  • public List<VendorStockDefinition> Stock

    What it sells.

  • public int BuybackSlots

    How many things it will hold for somebody who sold them by accident.

Methods (1)

  • public override void CollectTags(ICollection<string> tags)

    Every tag this definition mentions, so the content build can bake the tag table.

Used by (7)

  • ContentVixen.Gameplay.Economy.Tests
  • EconomyLibraryVixen.Gameplay.Economy
  • EconomyLibraryTestsVixen.Gameplay.Economy.Tests
  • EconomyModuleVixen.Gameplay.Economy
  • TypeRegistrationVixen.Gameplay.Economy
  • VendorVixen.Gameplay.Economy
  • Vixen_Gameplay_Economy_VendorDefinitionSerializerVixen.Gameplay.Economy