> For the complete documentation index, see [llms.txt](https://studio-syndicat.gitbook.io/omega-game-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://studio-syndicat.gitbook.io/omega-game-framework/systems/components/inventory-asset-collection.md).

# Inventory (Asset Collection)

|                                                                     |                                                                     |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| <img src="/files/tQOv9X3HMSKvBTIQ06Om" alt="" data-size="original"> | Adds an asset to the inventory.                                     |
| <img src="/files/ZxHXvGgY9VS4QAdwu6LV" alt="" data-size="original"> | Removes an asset from the inventory.                                |
| <img src="/files/UlZ1n0vRnSEfARfuRNfW" alt="" data-size="original"> | Gets a list of every asset in the inventory and the amount of each. |
| <img src="/files/CJrQZYjdsqhJTMyOX4yo" alt="" data-size="original"> | Gets the number of a specific asset in the inventory.               |
| <img src="/files/oN6cBqfWdlWt0HPoayNI" alt="" data-size="original"> | Gets the total number of items (including amount) in the inventory. |
| <img src="/files/k6dNLmLXfpUXcoPaMpua" alt="" data-size="original"> | Check if an inventory has all the given number of each item.        |
| <img src="/files/ZeQ61XZKZgxaSL96t3VH" alt="" data-size="original"> | Transfers a number of an asset to a different inventory.            |
| <img src="/files/j5sruBaGw8xhdZqqhqP8" alt="" data-size="original"> | Transfers all assets from one inventory to another.                 |
