ISKernel:HUD (Command)
From Lavish Software Wiki
Contents |
[edit]
Syntax
| HUD | |
| Usage | Intermediate |
| Level of Understanding | Intermediate |
| Computer Savvy | Intermediate |
| Logic | Intermediate |
HUD -list|-remove <name>|-add <name> <#,#> <text>
[edit]
Forms
- HUD -list - lists Inner Space HUD Elements
- HUD -add <name> <#,#> <text> - Creates a HUD Element with <text> at <#,#> position
- HUD -remove <name> - removes a HUD element
[edit]
Examples
[edit]
List all HUD Elements
- HUD -list
- Output
Inner Space HUD Elements
-------------------
'fps' [20,5] [Color:FFFFFFFF] [Group:FPS Indicator] [Size:12] 'FPS: ${Display.FPS}'
'system memory indicator' [20,20] [Color:FFFFFFFF] [Group:Memory Indicator] [Size:12] 'System RAM Available: ${
'texture memory indicator' [20,35] [Color:FFFFFFFF] [Group:Memory Indicator] [Size:12] 'Texture Memory Availabl
[edit]
Add a HUD Element
- HUD -add FPS 0,0 ${FPS}
- Adds a HUD element named "FPS" at location 0,0 on the screen, with the value of ${FPS}. The value is parsed when the HUD is updated, not right away, so this value automatically updates.
[edit]
Remove a HUD Element
- HUD -remove FPS
- Removes the "FPS" element
[edit]
See Also
- HUDSet (Command)
- HUDGroup (Command)
- LavishGUI Commands
- LavishScript Commands
- Kernel Commands
- Inner Space Session Commands
