class Inventory.ItemDefinition
in global :: Sandbox . Services
Describes a type of item that can be in the inventory
public CurrencyValue Price { get; }
If we're for sale, this is our price
public CurrencyValue BasePrice { get; }
If we're for sale but on sale, this is our regular price
public int Id { get; }
😔 No documentation found.
public string Name { get; }
😔 No documentation found.
public string Description { get; }
😔 No documentation found.
public string IconUrl { get; }
😔 No documentation found.
public string IconUrlLarge { get; }
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public Inventory.ItemDefinition( int id )
😔 No documentation found.