Added a new functionsearch_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 thepanel_id argument from thesearch_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)