Are there any tools for discovering the UIPanels in the UI? Something similar to ModTools Scene explorer but for UI elements (or does ModTools already do this somehow?)
I've got some information in my mod that I want to expose by adding some additional UI elements to the Budget and some InfoPanels and while I've found code that does similar things it all relies on already knowing the names of components to find so you can add to them. I can just walk the hierarchy of components and write it all to logs, but that still largely relies on me already knowing what exists so i know how to inspect it and write code to dump that to the logs.
I've looked at the decompiled source, but can't find a way to find a way to search that source as text, so i can look for names of UIPanels, etc.
Thanks,
Arne