Difference between revisions of "LavishGUI:hudelement (Element Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 
=== What is a HUD Element? ===
 
=== What is a HUD Element? ===
 
+
A HUD Element is a text display which updates every X frames instead of every frame. [[LavishGUI:lguihudelement_%28Data_Type%29|lguihudelement (Data Type)]] provides access via LavishScript.
 
== Using HUD Elements ==
 
== Using HUD Elements ==
 
HUD Elements are descendants of the [[LavishGUI:Elements|base]] element type.  Any attributes of the [[LavishGUI:Elements|base]] element type may be applied in addition to the HUD element-specific properties described below.
 
HUD Elements are descendants of the [[LavishGUI:Elements|base]] element type.  Any attributes of the [[LavishGUI:Elements|base]] element type may be applied in addition to the HUD element-specific properties described below.
  
 
=== HUD Element-Specific Properties ===
 
=== HUD Element-Specific Properties ===
 +
* Group
 +
* UpdateInterval
 +
*'''Font'''
 +
: Font reference (Name, Size, Height)
 +
*'''Text'''
 +
: Text (can include data sequences)
  
 
== Examples ==
 
== Examples ==
Line 11: Line 17:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:lguihudelement_%28Data_Type%29|lguihudelement (Data Type)]]
 
* [[LavishGUI:Elements|Elements]]
 
* [[LavishGUI:Elements|Elements]]
 
[[Category:LavishGUI]]
 
[[Category:LavishGUI]]

Latest revision as of 15:54, 22 August 2006

Introduction

What is a HUD Element?

A HUD Element is a text display which updates every X frames instead of every frame. lguihudelement (Data Type) provides access via LavishScript.

Using HUD Elements

HUD Elements are descendants of the base element type. Any attributes of the base element type may be applied in addition to the HUD element-specific properties described below.

HUD Element-Specific Properties

  • Group
  • UpdateInterval
  • Font
Font reference (Name, Size, Height)
  • Text
Text (can include data sequences)

Examples

See Also