Vixen
c7401864
csharp
public sealed class VendorStockDefinition

One row of a vendor's stock list.

Read the guide page for this →

Fields and properties (6)

  • public string Item

    The address of what is sold.

  • public string Currency

    The address of what it is paid for in.

  • public long Price

    How much, each.

  • public int Quantity

    How many are in stock. Zero for an unlimited row.

  • public float RestockSeconds

    How long until one sold comes back, in seconds. Zero for never.

  • public List<RequirementDefinition> Requires

    What has to be true to buy it.

Used by (10)

  • ReferenceTestsMmo.Content.Tests
  • ContentVixen.Gameplay.Economy.Tests
  • EconomyLibraryVixen.Gameplay.Economy
  • EconomyLibraryTestsVixen.Gameplay.Economy.Tests
  • TypeRegistrationVixen.Gameplay.Economy
  • VendorDefinitionVixen.Gameplay.Economy
  • VendorStateVixen.Gameplay.Economy
  • VendorStockVixen.Gameplay.Economy
  • Vixen_Gameplay_Economy_VendorDefinitionSerializerVixen.Gameplay.Economy
  • Vixen_Gameplay_Economy_VendorStockDefinitionSerializerVixen.Gameplay.Economy