Search results

Jump to navigation Jump to search
  • ...retrieve a list of the child elements of a given parent element. Note that it will only return direct children and not elements that are further down the table getElementChildren ( element parent [, string theType = nil ] )
    3 KB (400 words) - 03:29, 1 January 2015
  • ...e default parent of all GUI elements that belong to a particular resource. It has a predefined variable called '''guiRoot''', and each resource has one o for _, guiElement in ipairs(getElementChildren(getResourceGUIElement())) do
    1 KB (183 words) - 21:12, 7 August 2018
  • ...ery other element: all resource root elements, players and remote clients. It is never destroyed and cannot be destroyed using [[destroyElement]]. It is often used to attach handler functions to events triggered for any eleme
    1 KB (174 words) - 16:52, 18 July 2018
  • *'''parent:''' the gui-element this scrollpane is attached to. By default, it is nil, meaning the widget is attached to the background. -- create a window and create a scrollpane on it
    2 KB (317 words) - 08:06, 30 October 2023