GetItemInfo
local Bridge = exports.community_bridge:Bridge()
---This will get the data about an item such as name, label, stack, weight, description and image.
---@param item string
---@return table
Bridge.Inventory.GetItemInfo(item)
Last updated
local Bridge = exports.community_bridge:Bridge()
---This will get the data about an item such as name, label, stack, weight, description and image.
---@param item string
---@return table
Bridge.Inventory.GetItemInfo(item)
Last updated