Difference between revisions of "ISKernel:HUDSet (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
HUDSet <name|*> [-s <size>] [-c <color>] [-f <filter>] [-l #,#] [-t <text>]
 
HUDSet <name|*> [-s <size>] [-c <color>] [-f <filter>] [-l #,#] [-t <text>]
  
== Description ==
+
== 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 ==
 
== Examples ==

Revision as of 02:26, 25 August 2005

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