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

Properties

  • Dictionary[int, InventoryItemSlot] slots = {}
  • int limit = 10

Methods

  • void from_dict(Dictionary dict)
  • void add_quantity_at_position(InventoryItemSlot slot_info, int position, Callable ejected)
  • void auto_add_quantity(InventoryItemSlot slot_info, Callable overflow)
  • InventoryItemSlot pick_up_quantity_at_position(int quantity, int position)