InGameVarBrowser v0.05
Tool to view/browse/search and copy global ingame variables.
Commands:
'/IGVB' to show or hide the IGVB.
'/IGVB switch' to switch between SearchFrame and CopyBox, or click 'Switch' button.
Note:
I'd advise to search with SearchFrame enabled first and when you found what you're looking for,
switch to CopyBox, mark it with the mouse and copy it with CTRL+C to clipboard.
Further usage:
1. Insert variable (should be of type "table") to browse in upper editbox, for example '_G' and press enter/return.
2. Insert word/string (case sensitive!) in lower box and press enter/return
to display all words/strings containing the specified word/string from the lower editbox.
Beware:
Using "_G" and typing nothing in the lower box, IGVB will show the whole "_G" in MessageFrame or EditBox.
While MessageFrame just lets the system hang some seconds, I guess EditBox will crash it, so you only can use this, if lower EditBox has more then 3 characters in it.
Feel free to post suggestions.