API Referenceglobal
public sealed class Sandbox.Services.Inventory.ItemDefinition
Describes a type of item that can be in the inventory
Constructors
Showing 1 constructors
public ItemDefinition(int id)
No results match this filter.
Properties
Showing 14 properties
public string Sandbox.Services.Inventory.ItemDefinition.Asset { get; set; }
public Sandbox.CurrencyValue Sandbox.Services.Inventory.ItemDefinition.BasePrice { get; set; }
If we're for sale but on sale, this is our regular price
public string Sandbox.Services.Inventory.ItemDefinition.Category { get; set; }
public string Sandbox.Services.Inventory.ItemDefinition.Description { get; set; }
public string Sandbox.Services.Inventory.ItemDefinition.DescriptionWithMeta { get; set; }
public string Sandbox.Services.Inventory.ItemDefinition.IconUrl { get; set; }
public string Sandbox.Services.Inventory.ItemDefinition.IconUrlLarge { get; set; }
public int Sandbox.Services.Inventory.ItemDefinition.Id { get; set; }
public string Sandbox.Services.Inventory.ItemDefinition.Name { get; set; }
public string Sandbox.Services.Inventory.ItemDefinition.PackageIdent { get; set; }
public Sandbox.CurrencyValue Sandbox.Services.Inventory.ItemDefinition.Price { get; set; }
If we're for sale, this is our price
public System.Nullable`1<System.DateTime> Sandbox.Services.Inventory.ItemDefinition.SellEnd { get; set; }
public System.Nullable`1<System.DateTime> Sandbox.Services.Inventory.ItemDefinition.SellStart { get; set; }
public bool Sandbox.Services.Inventory.ItemDefinition.StoreHidden { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Services.Inventory.ItemDefinition |