Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Lombra
Forum: Lua/XML Help 01-16-18, 02:28 PM
Replies: 67
Views: 35,335
Posted By Lombra
No, I'm saying a new function is defined. You may...

No, I'm saying a new function is defined. You may verify using this:

/run local a = SetCVar hooksecurefunc("SetCVar", function(name, value) if name == "Sound_EnableMusic" then print(name, value) end...
Forum: Lua/XML Help 01-15-18, 08:07 AM
Replies: 67
Views: 35,335
Posted By Lombra
Well of course if you explicitly do not use a...

Well of course if you explicitly do not use a pointer created before hooking it's going to work, but no, as I've recently learnt, hooksecurefunc actually replaces the function and there's no magic at...
Forum: Lua/XML Help 01-14-18, 07:52 AM
Replies: 67
Views: 35,335
Posted By Lombra
A, I guess. The function never changes, you just...

A, I guess. The function never changes, you just get a new reference to it.
Forum: Lua/XML Help 08-27-13, 09:49 AM
Replies: 67
Views: 35,335
Posted By Lombra
Can you paste the code of this test?

Can you paste the code of this test?
Forum: Lua/XML Help 08-25-13, 10:10 AM
Replies: 67
Views: 35,335
Posted By Lombra
I won't comment too much on the performance...

I won't comment too much on the performance aspect, but there's probably nothing to gain by doing it that way. It's possible that there's some minuscule performance loss, but it'll never ever be...
Showing results 1 to 5 of 5