Difference between revisions of "ISKernel:HUDGroup (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
HUDGroup -hide <name>|-show <name>|-toggle <name>
 
HUDGroup -hide <name>|-show <name>|-toggle <name>
  
== Description ==
+
== Forms ==
Hides, shows, or toggles an entire group of elements on the hud
+
*HUDGroup -list - lists all HUD groups
 +
*HUDGroup -hide <name> - hides all elements in <name>'s HUD group
 +
*HUDGroup -show <name> - shows all elements in <name>'s HUD group
 +
*HUDGroup -toggle <name> - toggles visibility of all elements in <name>'s HUD group
  
 
== Examples ==
 
== Examples ==
 +
===List all HUD groups===
 +
*HUDGroup -list
 +
;Output
 +
HUD Groups
 +
---------------------
 +
FPS Indicator    Memory Indicator 
 +
===Hide a HUD group===
 +
*HUDGroup -hide "FPS Indicator"
 +
===Show a HUD group===
 +
*HUDGroup -show "FPS Indicator"
 +
===Toggle a HUD group's visibility===
 +
*HUDGroup -toggle "FPS Indicator"
  
 
== See Also ==
 
== See Also ==
 +
*[[ISSession:HUDSet (Command)|HUDSet (Command)]]
 +
*[[ISSession:HUD (Command)|HUD (Command)]]
 +
*[[LavishGUI#Commands|LavishGUI Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]
 +
*[[IS:Kernel#Commands|Kernel Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 
*[[IS:Session#Commands|Inner Space Session Commands]]
 +
 +
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 +
[[Category:Inner Space]]
 +
[[Category:Inner Space Kernel]]
 +
[[Category:Inner Space Kernel Commands]]

Latest revision as of 04:32, 19 October 2005

Syntax

Command Difficulty Rating
HUDGroup
Usage Intermediate
Level of Understanding Intermediate
Computer Savvy Intermediate
Logic Intermediate

HUDGroup -hide <name>|-show <name>|-toggle <name>

Forms

  • HUDGroup -list - lists all HUD groups
  • HUDGroup -hide <name> - hides all elements in <name>'s HUD group
  • HUDGroup -show <name> - shows all elements in <name>'s HUD group
  • HUDGroup -toggle <name> - toggles visibility of all elements in <name>'s HUD group

Examples

List all HUD groups

  • HUDGroup -list
Output
HUD Groups
---------------------
FPS Indicator     Memory Indicator  

Hide a HUD group

  • HUDGroup -hide "FPS Indicator"

Show a HUD group

  • HUDGroup -show "FPS Indicator"

Toggle a HUD group's visibility

  • HUDGroup -toggle "FPS Indicator"

See Also