Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Lombra
Forum: Legion Beta archived threads 07-27-16, 04:26 AM
Replies: 7
Views: 7,337
Posted By Lombra
Didn't realise hooksecurefunc simply replaced the...

Didn't realise hooksecurefunc simply replaced the hooked function, but that was easily confirmed.
local a = print
hooksecurefunc("print", function() end)
print(print == a) -- false
Showing results 1 to 1 of 1