GetItemCount
local Bridge = exports.community_bridge:Bridge()
Bridge.Inventory.GetItemCount(item)
--- This will return the count of the item in the player inventory
---@param item string
---@return number
Inventory.GetItemCount(item)
Last updated
local Bridge = exports.community_bridge:Bridge()
Bridge.Inventory.GetItemCount(item)
--- This will return the count of the item in the player inventory
---@param item string
---@return number
Inventory.GetItemCount(item)
Last updated