Skip to main content

Validate Config UI Settings (xui.setup)

Declaration

xui.setup(filename)

Parameters

  • filename
    String. The .xui file name within the current script bundle to validate. Must be a .xui file inside the current script bundle only.

Description

If the config UI has never been configured, this function generates default settings for the UI. It also validates and corrects stored setting types according to the controls defined in the config UI.
See the config UI standard: XUI

Examples

xui.setup('interface.xui')