Exports

Client exports for LE-Appearance

exports['le-apearance'].appearance(data)
  • data: table

    • tabs: string[]

      • Choose what tabs are visible inside the menu (clothing, appearance...)

    • price?: number

      • The cost of saving in the clothing menu

    • onClose?: (DefaultValues) => void

      • This is triggered when closing the menu without saving outfit, defaultValue is the skin values.

    • onSave?: (CurrentValues, DefaultValues) => void

      • This is triggered when closing the menu and saving the outfit, CurrentValues is the new skin values.

Last updated