About Nested Elements
Nested Elements are, as the title suggests, Elements that are Nested within other Elements.
These Elements are usually serving as additional purposes in other Libraries, and having them Nested in Starlight allows for more compact Interfaces, saving some valuable space.
Nested Elements can be created in any element that supports them.
The following are universal Returns for all nested elements.
Returns
Void
:Set( <table> NewElementSettings, <string> NewIndex)
- Replaces all specified old values with new ones.
- Can also replace index.
Void
:Destroy()
- Destroys the element.
Table
.Values
- All the current Values (eg. CurrentValue, Name) of the Element.