sourcemod/extensions/dhooks
peace-maker b25d25890a 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
2023-08-30 22:08:45 +02:00
..
DynamicHooks Use JMP patching of CDetour 2023-08-30 22:08:45 +02:00
AMBuilder Use JMP patching of CDetour 2023-08-30 22:08:45 +02:00
dynhooks_sourcepawn.cpp Add copyright headers 2023-08-30 22:08:45 +02:00
dynhooks_sourcepawn.h Add copyright headers 2023-08-30 22:08:45 +02:00
extension.cpp Add copyright headers 2023-08-30 22:08:45 +02:00
extension.h Add copyright headers 2023-08-30 22:08:45 +02:00
listeners.cpp Add copyright headers 2023-08-30 22:08:45 +02:00
listeners.h Add copyright headers 2023-08-30 22:08:45 +02:00
natives.cpp DHooks: Allow setting CBaseEntity* param to NULL #1751 (#1754) 2023-08-30 22:08:45 +02:00
natives.h Add copyright headers 2023-08-30 22:08:45 +02:00
sdk-hacks.h Add copyright headers 2023-08-30 22:08:45 +02:00
signatures.cpp Add copyright headers 2023-08-30 22:08:45 +02:00
signatures.h Add copyright headers 2023-08-30 22:08:45 +02:00
smsdk_config.h Use SourceMod's version number 2023-08-30 22:08:45 +02:00
util.cpp Add copyright headers 2023-08-30 22:08:45 +02:00
util.h Add copyright headers 2023-08-30 22:08:45 +02:00
version.rc Import DHooks + Dynamic Detouring 2023-08-30 22:08:45 +02:00
vfunc_call.h Add copyright headers 2023-08-30 22:08:45 +02:00
vhook.cpp Add copyright headers 2023-08-30 22:08:45 +02:00
vhook.h Add copyright headers 2023-08-30 22:08:45 +02:00