AddItem
local Bridge = exports.community_bridge:Bridge()
---This will add an item, and return true or false based on success
---@param src number
---@param item string
---@param count number
---@param slot number
---@param metadata table
---@return boolean
Bridge.Inventory.AddItem(src, item, count, slot, metadata)
Last updated