ItemDefinitionclass

Describes a type of item that can be in the inventory

objectItemDefinition
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Services.Inventory.ItemDefinition

Constructors1

Showing 1 constructors

public ItemDefinition(int id)PUBLICCONSTRUCTOR

ParameterTypeDescription
idint

Properties15

Showing 15 properties

public string Sandbox.Services.Inventory.ItemDefinition.DescriptionWithMeta { get; set; }PUBLICGETSET

Returns:string

public System.Nullable`1<System.DateTime> Sandbox.Services.Inventory.ItemDefinition.SellEnd { get; set; }PUBLICGETSET

Returns:Nullable<DateTime>

public System.Nullable`1<System.DateTime> Sandbox.Services.Inventory.ItemDefinition.SellStart { get; set; }PUBLICGETSET

Returns:Nullable<DateTime>

On this page