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

From Lavish Software Wiki
Jump to navigation Jump to search
 
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.
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[LavishGUI]]
 
* [[LavishGUI]]
 +
* [[LavishGUI:lguihudelement_%28Data_Type%29|lguihudelement (Data Type)]]
 
* [[LavishGUI:Elements|Elements]]
 
* [[LavishGUI:Elements|Elements]]
 
[[Category:LavishGUI]]
 
[[Category:LavishGUI]]

Revision as of 22:55, 15 December 2005

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

Examples

See Also