Gets the clothing the player is currently wearing & add them to they're inventory
Params
Name
Optional
Example
source
no
1
Usage
local api = exports["bb_inventory"]:GetAPI()
local successful = api.SetPlayerClothingFromCurrentComponents(1)
local successful = exports["bb_inventory"]:SetPlayerClothingFromCurrentComponents(1)
print(successful)
--- true