Does anyone know of a clean method of exposing info (by setting it lua-wise) to an external application?
The work-around I use for now is I do a FontString and set the text to something like UNIQUENAME:<data goes here>
I then search the memory for UNIQUENAME and read it in as an ASCII string (\0 terminated)
It works, but atm it takes (on my PC, setting the starting offset @ 0x0F000000) around 300-400ms 'per call'
This should do for now. I'm trying to expose as much information as possible, without injecting anything! So only 'non injecting' solutions guys :P
![]()