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