Skip to content

Container

Functions

MethodReturnsDescription
Container:loadXMLContainerLoads UI from XML string

Container:loadXML(self, content, scope?)

Loads and creates UI elements from XML content local xml = [[

]] container:loadXML(xml)

Parameters

  • self Container The container to load into
  • content string The XML content to parse
  • scope (optional) table Optional scope for variable resolution

Returns

  • Container self The container instance

Usage

lua

Released under the MIT License.