GetItemBySlot

local Bridge = exports.community_bridge:Bridge()

---This will get the item from the specified slot.
---@param src number
---@param slot number
---@return table
Bridge.Inventory.GetItemBySlot(src, slot)

Last updated