Get the total item count for all items in an inventory with the given name and metadata.
exports.ox_inventory:GetItemCount(inv, itemName, metadata, strict)
- inv:
table
orstring
ornumber
- itemName:
string
- metadata?:
table
- strict?:
boolean
- Strictly match metadata properties, otherwise use partial matching.
Returns: number?