GetItemInfo

local Bridge = exports.community_bridge:Bridge()

Bridge.Inventory.GetItemInfo(item)

---This will return a table with {name, label, stack, weight, description, image}
---@param item string
---@return table
Inventory.GetItemInfo(item)

Last updated