Difference between revisions of "LavishGUI:UIElement (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
Line 24: Line 24:
 
== See Also ==
 
== See Also ==
 
*[[ISSession:UIElement (Command)]]
 
*[[ISSession:UIElement (Command)]]
 +
*[[LavishGUI]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
  
{{Command-Stub}}
+
[[Category:LavishGUI]]
[[Category:Inner Space]]
 
[[Category:Inner Space Session]]
 
[[Category:Inner Space Session Commands]]
 

Latest revision as of 21:00, 16 September 2005

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