LavishGUI:UI (Command)
Jump to navigation
Jump to search
Contents
Syntax
UI | |
Usage | Newbie |
Level of Understanding | Newbie |
Computer Savvy | Newbie |
Logic | Newbie |
UI -reset|-load <filename>|-reload <filename>
Description
- -reset
- Clears all UI elements. This includes the console, so have a plan for entering commands if necessary.
- -load <filename>
- Loads an XML interface file. This is cumulative and will simply add the new elements to the current interface. Any top-level elements in the file that already exist in the current UI will be skipped
- -reload <filename>
- Same as -load, but will not skip existing elements (it will replace them)
Tip: The UIElement command can be used to remove specific UI elements
Examples
- ui -reset
- ui -load defaultui
- ui -load myui
- ui -reload myui