LGUI2:LS1:lgui2element

From Lavish Software Wiki
Revision as of 20:44, 2 July 2018 by Lax (talk | contribs) (Created page with "{{ObjectType-Vitals|lgui2element|LavishGUI 2|none|lgui2element|none|no|ILGUI2Element *}} lgui2element provides LavishScript access to LGUI2:Elements == Members == * ...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search
Object Type Vitals
lgui2element
Defined By LavishGUI 2
Inherits none
Reduces To lgui2element
Variable Object Type none
Uses Sub-Types no
C/C++ Type ILGUI2Element *

lgui2element provides LavishScript access to Elements

Members

  • string Name: The specified Name (if any) of this element
  • jsonobject Metadata: The JSON object containing any Metadata associated with this element
  • ... Locate[elementName,elementType,flags]:

Methods

  • SetName[value]: Assigns a new value to the Name
  • ClearChildren: Detaches all children from this element
  • Detach: Detaches this element from its parent (typically for "unloading")