LavishGUI:UIElement (Command)

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

Command Difficulty Rating
UIElement
Usage Newbie
Level of Understanding Newbie
Computer Savvy Newbie
Logic Newbie

UIElement -list|-hide <name>|-show <name>|-toggle <name>|-kill <name>

Forms

  • UIElement -list - list all UI elements
  • UIElement -hide <name> - turns an element invisible
  • UIElement -show <name> - turns an element visible
  • UIElement -toggle <name> - toggles an elements visibility
  • UIElement -kill <name> - removes a UI element

Examples

List all UI elements

  • UIElement -list

Hide a UI element

  • UIElement -hide console

Show a UI element

  • UIElement -show console

Toggle a UI element

  • UIElement -toggle console

Remove a UI Element

  • UIElement -kill console

See Also