CanCarryItem
local Bridge = exports.community_bridge:Bridge()
---This is to get if there is available space in the inventory.
---@param src number
---@param item string
---@param count number
---@return boolean
Bridge.Inventory.CanCarryItem(src, item, count)
Last updated