Exports
Client exports for LE-Appearance
exports['le-apearance'].appearance(data)data:
tabletabs:
string[]Choose what tabs are visible inside the menu (clothing, appearance...)
price?:
numberThe cost of saving in the clothing menu
onClose?:
(DefaultValues) => voidThis is triggered when closing the menu without saving outfit, defaultValue is the skin values.
onSave?:
(CurrentValues, DefaultValues) => voidThis is triggered when closing the menu and saving the outfit, CurrentValues is the new skin values.
Last updated