Difference between revisions of "LavishGUI:UIElement (Top-Level Object)"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Examples == | == Examples == | ||
+ | echo Element #: ${UIElement[fps@main hud].ID} | ||
+ | |||
See [[LavishGUI:lguielement (Data Type)#Examples|lguielement examples]] | See [[LavishGUI:lguielement (Data Type)#Examples|lguielement examples]] | ||
== See Also == | == See Also == |
Latest revision as of 21:38, 10 October 2006
Forms
- lguielement UIElement[element Fully-Qualified Name]
- Retrieves a UI element. The object given will actually be of the data type associated with the UI element type if possible. If not, it will be an lguielement type.
- lguielement UIElement[#]
- Retrieves any UI element by ID number. The object given will actually be of the data type associated with the UI element type if possible. If not, it will be an lguielement type.
Examples
echo Element #: ${UIElement[fps@main hud].ID}