View Single Post
07-17-20, 02:08 AM   #10
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
What are the cases where you would feel the difference between these two?

Code:
frame:HookScript("OnShow",function(self)
-- Do something
end);
Code:
hooksecurefunc(frame, "Show", function(self)
-- Do something
end);
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote