Omega Game Framework
  • Overview
  • Core
    • Combatants
      • Attributes
      • Abilities
      • Effects
      • Damage Types
      • Factions
    • Gameplay Systems
    • Gameplay Modules
    • Saving & Loading
      • Game Preferences
    • Data Items
      • Data Traits
    • Zones
  • Events
    • Flow Asset
      • Flow Node
    • Global Events
    • Tag Events
  • UI
    • HUD Layers
    • Menus
    • Data Widgets
    • Data Lists
  • Systems
    • Components
      • Inventory (Asset Collection)
      • Leveling & XP
      • Turn-Manager
      • Instance Actor
      • Equipment Component
      • Bullet Spawner
      • Movement: Auto
    • BGM
    • Mod
    • Messages
Powered by GitBook
On this page
  1. Systems
  2. Components

Inventory (Asset Collection)

The Inventory Component allows you to collect data assets and keep a count of the collected values.

PreviousComponentsNextLeveling & XP

Last updated 1 year ago

Adds an asset to the inventory.

Removes an asset from the inventory.

Gets a list of every asset in the inventory and the amount of each.

Gets the number of a specific asset in the inventory.

Gets the total number of items (including amount) in the inventory.

Check if an inventory has all the given number of each item.

Transfers a number of an asset to a different inventory.

Transfers all assets from one inventory to another.