class Inventory

in global :: Sandbox . Services

Allows access to the Steam Inventory system


public static IReadOnlyCollection<Inventory.Item> Items { get; }

All of the items the user has in their inventory

public static bool HasItem( int inventoryDefinitionId )

Returns true if we have this item

public static IReadOnlyCollection<Inventory.ItemDefinition> Definitions { get; }

All item definitions

public static Inventory.ItemDefinition FindDefinition( int definitionId )

Find a definition by id

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.