sm-ext-dhooks2/sourcemod/scripting
Peace-Maker 891fa5352e Add support for the "fastcall" calling convention
Callee cleans the stack and first two arguments are passed in registers ecx and edx.
You could emulate this by choosing stdcall and setting the custom_registers on the arguments manually, but this is easier.
2019-06-20 02:14:07 +02:00
..
include Add support for the "fastcall" calling convention 2019-06-20 02:14:07 +02:00
dhooks-test.sp Add support for setting callback when hooking instead of on create only. 2018-01-27 10:08:44 -05:00
dynhooks-test.sp Add support to define function signatures in gamedata 2018-01-25 17:18:30 +01:00