TL;DR
I would like a luaGuiElement order property, similar to how the built in craft GUI is orderableWhat ?
Add luaGuiElement.order read/write such that executing this script would immediately move the second element before the first.`
element1.order = "Z"
element2.order = "A"
`
Why ?
So that I can build a mod to rearrange existing GUIs.Example: