Download Download
Godot Feature Splash
Godot Addon API Docs
Inventory — API

Properties

  • Dictionary[int, InventorySlotRow] slot_rows = {}
  • InventorySize size = <unknown>

Methods

  • void _init(Dictionary[String, Variant] data = {})
  • void from_dict(Dictionary dict)
  • void add_quantity_to_row_at_position(InventoryItemSlot slot_info, int row_number, int position, Callable ejected)
  • void auto_add_quantity(InventoryItemSlot slot_info, Callable overflow)
  • InventoryItemSlot pick_up_quantity_from_slot(int quantity, int row_number, int position)