Difference between revisions of "ISKernel:HUDGroup (Command)"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
== 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 == |
Revision as of 02:16, 25 August 2005
Contents
Syntax
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"