Jump to content

GetText() from wow interface elements


Pudge

Recommended Posts

Hi!


I know that there is a GetText() API but I don’t know how to find the name of the text element I need, framestack shows only the names of the buttons, not the text itself.

Is there a way to “extract” text from text elements of the wow interface, like a StaticPopup frame image.png.b94bd09924fefe915eead865b38b9394.png or error frame image.png.2f6fb06b3d708209fafcd8aea6e27811.png  ? 


Thanks in advance to everyone who answers

Link to comment
Share on other sites

Hi,

For popup: https://wrobot.eu/forums/topic/10936-how-to-get-text-from-staticpopup1/?do=findComment&comment=52116

For error message I don't found, it is UIErrorsFrame but I don't found variable/function to get text. But you can do it in C# (code for worlk):

string lastError = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(wManager.Wow.Memory.WowMemory.Memory.RebaseAddress(0x7CFB90), 200);

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...