metamod-source/core/sourcehook/generate
Mooshua d96b3adb0a Hook->HookImpl, expose "public" hook template in PLUGIN_EXPOSE
This allows us to specify the SH pointer and the Plugin ID pointer in the template, so when the plugin uses Hook<> it doesn't have to touch g_PLID or g_SHPtr.

Also added a little struct that wraps ISourceHook->xHookById methods.
2024-04-24 00:05:15 -07:00
..
shworker Fix sourcehook compilation warning (#106) 2023-07-30 21:36:23 -07:00
generate Use C++11 variadic templates for sh_memfuncinfo.h. 2015-10-24 19:36:33 -07:00
generate.bat Use C++11 variadic templates for sh_memfuncinfo.h. 2015-10-24 19:36:33 -07:00
shworker.bin Some reorganization. 2008-11-14 04:04:02 -06:00
shworker.exe Fixed hooking vtables with unaligned thunk entries, and returning references in manual hooks. (bug 4655, r=dvander) 2010-10-16 23:21:58 -07:00
sourcehook.hxx Hook->HookImpl, expose "public" hook template in PLUGIN_EXPOSE 2024-04-24 00:05:15 -07:00