Posted November 05, 2025 by Biely
#godot #plugin #addon #godot addon #inventory
Added a new function search_item_in_panel to search for an item within a specified panel.
Inventory.search_item_in_panel(_panel_id: int, _item_unique_id: int = -1, _path: String = "", _slot: int = -1)
Removed the panel_id argument from the search_item function. The item search is now performed globally across all panels.
Inventory.search_item(_item_unique_id: int = -1, _path: String = "", _slot: int = -1)