Page 1 of 1

luaGuiElement order property

Posted: Fri Jan 03, 2020 6:56 am
by unhott
TL;DR
I would like a luaGuiElement order property, similar to how the built in craft GUI is orderable
What ?
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: Image

Re: luaGuiElement order property

Posted: Sat Jan 11, 2020 7:56 pm
by Rseding91
Moved to modding interface requests.