ISSession:hudelement (Data Type)

From Lavish Software Wiki
Revision as of 22:18, 25 May 2005 by Eleven (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

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
  • SetSize[#]: Sets the font size of the HUD element (8-48)
  • Delete: Deletes the HUD element

Returns

Examples

See Also