Anyone know where to find information about how to full take advantage of the SKSE UI functions? Particularly, I would like to know where I can find out about all the "target" string parameters for things like UI.GetInt()/UI.SetInt() etc.
So, when I see examples like:
UI.SetString("FavoritesMenu", "_root.Menu_mc.panel.message.text", "My Text")
Where did "_root.Menu_mc.panel.message.text" come from? I have read through all the packaged SKSE documentation, comments in UI.psc, etcetera - and I find examples but no explanation as to how all these submenus are organized, or how to use these functions myself.