csharp
public sealed class VendorStockOne stock row, compiled.
Fields and properties (9)
public VendorStockDefinition DefinitionWhat it was compiled from.
public int IndexWhich row of the list it is.
public DefId ItemWhat is sold.
public DefId CurrencyWhat it is paid for in.
public long PriceHow much, each. Never below zero.
public int QuantityHow many are in stock, or zero for unlimited.
public bool IsUnlimitedWhether it never runs out.
public float RestockSecondsHow long until one sold comes back.
public RequirementSet RequirementsWhat has to be true to buy it.
Used by (4)
- ReferenceTestsMmo.Content.Tests
- EconomyLibraryVixen.Gameplay.Economy
- VendorVixen.Gameplay.Economy
- VendorStateVixen.Gameplay.Economy