ClearInventoryById
Clears an inventory by id
Params
Name
Optional
Example
inventoryId
no
1
Usage
local api = exports["bb_inventory"]:GetAPI()
local successful = api.ClearInventoryById(1)
local successful = exports["bb_inventory"]:ClearInventoryById(1)
print(successful)
--- true
Last updated