RemoveInventoryItemById
Removes an item from an inventory with an inventory Item Id
Params
Name
Optional
Example
Usage
local api = exports["bb_inventory"]:GetAPI()
local successful = api.RemoveInventoryItemById(1, 1)
local successful = exports["bb_inventory"]:RemoveInventoryItemById(1, 1)
print(successful)
---trueLast updated