1) Scrollbars. I do not mean editable scrollbars; I mean the scrollbars within instantTextBoxType
2) Tooltips. There should be a switch in top, that when hovering over instantTextBoxTypes, iconTypes and buttonTypes, the tooltip that is there, as well as the delayed tooltip are displayed through a pop-up like how it's done in the game normally.
3) Like focus trees, a box that has conditions would be nice. It would be about the _visible and _click_enabled (and children properties such as _right_click_enabled maybe) and would allow for us interface modders to check whether the triggers we have are valid. It could even be extended to the whole visible = { } block that is for the whole GUI.
It would be nice if the gui viewer could display;
1) Scrollbars. I do not mean editable scrollbars; I mean the scrollbars within
instantTextBoxType
2) Tooltips. There should be a switch in top, that when hovering overinstantTextBoxType
s,iconType
s andbuttonType
s, the tooltip that is there, as well as the delayed tooltip are displayed through a pop-up like how it's done in the game normally. 3) Like focus trees, a box that has conditions would be nice. It would be about the_visible
and_click_enabled
(and children properties such as_right_click_enabled
maybe) and would allow for us interface modders to check whether the triggers we have are valid. It could even be extended to the wholevisible = { }
block that is for the whole GUI.