ISKernel:HUDSet (Command)

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

Command Difficulty Rating
HUDSet
Usage Intermediate
Level of Understanding Beginner
Computer Savvy Beginner
Logic Intermediate

HUDSet <name|*> [-s <size>] [-c <color>] [-f <filter>] [-l #,#] [-t <text>]

Forms

  • HUDSet <name|*> -s <size> - changes HUD element <name> (or * for all) font size to <size>
  • HUDSet <name|*> -c <color> - changes HUD element <name>'s color to <color>. <color> is hex format i.e. FFFFFFFF
  • HUDSet <name|*> -l <#,#> - moves HUD element <name> to X,Y location specified
  • HUDSet <name|*> -t <text> - changes <name>'s text to <text>

Examples

See Also