GuiInterface.setDressbotUnlockCallback
Sets the Lua callback for when the DressbotGui unlocks something. The callback will receive the uuid of the unlocked customization item.
Kind: Function
Environments: Game
Game
guiInterface:setDressbotUnlockCallback( function )
Availability: Client only
/
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The DressbotGui interface. |
function |
string | The name function. |