Zibele 18 Posted December 26, 2016 Hey guys i am trying to figure out how to get data off screen,like the points i currently have in a mini-game? Is there a way i can get the text from a widget by identifying the ID of the widget using the GameDebugger and returning the text of the ID?
marola 2 Posted April 8, 2017 getWidgets().getWidgetChild(120,2).getText(); Man, im doing this String widgetsText = getWidgets().getWidgetChild(245, 7, 5).getText(); and the string is returning null, but im sure this ID widget child is correct and before it, i made the localplayer open the Tab needed to turn this widgetchild visible. Edit: Solved, i was trying to .getText() before widgetChild initiate
Recommended Posts
Archived
This topic is now archived and is closed to further replies.