View Single Post
08-06-20, 09:10 PM   #2
siweia
A Flamescale Wyrmkin
 
siweia's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2011
Posts: 126
Lua Code:
  1. hooksecurefunc(HelpTip, "Show", function(self)
  2.     for frame in self.framePool:EnumerateActive() do
  3.         -- do what you need to do
  4.     end
  5. end)
  Reply With Quote