View Single Post
06-18-19, 02:48 PM   #15
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
Originally Posted by Xrystal View Post
... these are the ones with a random string of characters to identify them. Whether those string of characters are usable by addons to access the frame itself I don't know...
If I remember right, the random hex number is the pointer address you get when you tostring() the frame. The pseudo-name isn't registered as a global so you'll have to either enumerate the children of the parent or all frames to get to it.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote