View Single Post
07-27-16, 04:26 AM   #7
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Didn't realise hooksecurefunc simply replaced the hooked function, but that was easily confirmed.
Code:
local a = print
hooksecurefunc("print", function() end)
print(print == a) -- false
__________________
Grab your sword and fight the Horde!