ISKernel:HUD (Command)
Contents
Syntax
HUD | |
Usage | Intermediate |
Level of Understanding | Intermediate |
Computer Savvy | Intermediate |
Logic | Intermediate |
HUD -list|-fontsize <#>|-remove <name>|-add <name> <#,#> <text>
Forms
- HUD -list - lists Inner Space HUD Elements
- HUD -fontsize <#> - changes the default font size for HUD Elements
- HUD -add <name> <#,#> <text> - Creates a HUD Element with <text> at <#,#> position
- HUD -remove <name> - removes a HUD element
Examples
- HUD -list
- Lists all HUD elements
- HUD -fontsize
- Sets the font size for all newly created HUD elements. Default is 12.
- 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.
- HUD -remove FPS
- Removes the "FPS" element