ClearStash
Clears all items from a specific stash inventory.
Syntax:
Bridge.Inventory.ClearStash(id, type)Parameters:
id(string) - Stash identifiertype(string) - Type of stash
Example:
local Bridge = exports['community_bridge']:Bridge()
Bridge.Inventory.ClearStash("evidence_locker", "stash")Last updated