Client Exports

Here you'll find a list of available exports for Inventory. They are intended for users with basic or advanced programming skills.


Refresh Clothes

Force updates player clothing to match inventory

exports['ux_inventory']:RefreshClothes()

Get Current Clothes

Returns a list of clothing items that match the current player's skin, including metadata

exports['ux_inventory']:RefreshClothes()

Give Current Clothes

Get clothing items that match the current player's skin and places them in the clothing slots of the inventory

exports['ux_inventory']:StarterClothes()

Last updated