Inventory

LootLocker’s Inventory system manages the list of assets a player owns, accessible through both the API and the Web Console. Assets can be added to a player's inventory via various systems, such as rewards from leaderboards, progressions, or triggers; purchases made through catalogs; or inclusion in the default loadout of a class or hero. The Web Console also allows administrators to manually gift assets to players or process refunds for purchased items.

Each asset in the inventory is stored as an Asset Instance, representing a unique version of the asset with its own Instance ID. This ensures detailed tracking and precise management of individual items.

Use Cases

  • Player inventory system

  • Character / Hero inventories

  • Refunding purchased assets

  • Grant assets manually

How-to

Last updated