Difference between revisions of "ISSession:hudelement (Data Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 24: Line 24:
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[LavishScript:Data Types|LavishScript Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
 
* [[IS:Session#Data_Types|Inner Space Session Data Types]]
 +
 +
{{DT-Stub}}

Revision as of 07:17, 28 February 2005

Description

Members

  • string Name: Name of the HUD element
  • int X: X position of the left edge of the HUD element
  • int Y: Y position of the upper edge of the HUD element
  • int Color: Color, in rrggbb, of the element (colors usually represented in hexadecimal, so the int member Hex may be useful to you)
  • int Filter: Bit-field indicating filters used by this element (currently the only filter used is 1)

Methods

(these methods require Inner Space 0.74)

  • SetName[name]: Changes the name of the HUD element
  • SetPosition[#,#]: Sets the position of the HUD element
  • SetColor[#]: Sets the color of the HUD element
  • SetFilter[#]: Sets the filter of the HUD element
  • SetText[text]: Sets the text of the HUD element
  • Delete: Deletes the HUD element

Returns

Examples

See Also