ISKernel:HUD (Command)

From Lavish Software Wiki
Revision as of 22:58, 25 May 2005 by Eleven (talk | contribs)
Jump to navigation Jump to search

Syntax

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

HUD -list|-fontsize <#>|-remove <name>|-add <name> <#,#> <text>

Description

Manipulates elements on the Heads-up Display.

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

See Also