sourcemod/extensions/dhooks
peace-maker 39d604ae6c
DHooks: Allow setting CBaseEntity* param to NULL #1751 (#1754)
* DHooks: Allow setting CBaseEntity* param to NULL #1751

The param had to be a valid entity and wasn't allowed to be set to NULL. Behave similar to SetReturn which maps INVALID_ENT_REFERENCE (or -1) to NULL.

* Update include documentation
2022-04-20 15:32:37 +02:00
..
DynamicHooks Use JMP patching of CDetour 2021-11-17 13:17:39 +01:00
AMBuilder Use JMP patching of CDetour 2021-11-17 13:17:39 +01:00
dynhooks_sourcepawn.cpp Add copyright headers 2021-11-17 13:17:39 +01:00
dynhooks_sourcepawn.h Add copyright headers 2021-11-17 13:17:39 +01:00
extension.cpp Add copyright headers 2021-11-17 13:17:39 +01:00
extension.h Add copyright headers 2021-11-17 13:17:39 +01:00
listeners.cpp Add copyright headers 2021-11-17 13:17:39 +01:00
listeners.h Add copyright headers 2021-11-17 13:17:39 +01:00
natives.cpp DHooks: Allow setting CBaseEntity* param to NULL #1751 (#1754) 2022-04-20 15:32:37 +02:00
natives.h Add copyright headers 2021-11-17 13:17:39 +01:00
sdk-hacks.h Add copyright headers 2021-11-17 13:17:39 +01:00
signatures.cpp Add copyright headers 2021-11-17 13:17:39 +01:00
signatures.h Add copyright headers 2021-11-17 13:17:39 +01:00
smsdk_config.h Use SourceMod's version number 2021-11-17 13:17:39 +01:00
util.cpp Add copyright headers 2021-11-17 13:17:39 +01:00
util.h Add copyright headers 2021-11-17 13:17:39 +01:00
version.rc Import DHooks + Dynamic Detouring 2021-11-17 13:17:39 +01:00
vfunc_call.h Add copyright headers 2021-11-17 13:17:39 +01:00
vhook.cpp Add copyright headers 2021-11-17 13:17:39 +01:00
vhook.h Add copyright headers 2021-11-17 13:17:39 +01:00