Features
Some of the features that are the same for every version of pui.
pui.traverse(t, func)
pui.traverse(t, func)
pui.traverse()
iterates through the nested table and returns each pui_element it contains and a path to it. This function is not really related to UI, but it can come in handy when using the config system.
Last updated