new DuPanel()
Properties:
Name | Type | Description |
---|---|---|
contents |
Group | The ScriptUI group where the new controls must be added. Do not add any control directly inside the DuPanel. |
refreshUI |
DuPanel~refreshUI | A function to reload a script in this panel |
Type Definitions
-
refreshUI(file) → {boolean}
-
A function to reload a script in this panel.
Parameters:
Name Type Description file
File The script to reload. Returns:
boolean - true on success, false otherwise.