sourcemod/extensions/sdkhooks
Benoist 7df2f8e045
Reconcile the concept of Edict & Networkable across the codebase (#1903)
* Reconcile the concept of Edict & Networkable across the codebase

* There's no need to check this, it's done elsewhere. Also could be null (segfault)

* This was never needed

* Pseudo review changes

Re-added removed null checks, and added new ones.

Changed the error messages in Get/SetProp natives to better reflect reality.

* Don't change the behaviour of GetEntityNetClass

* Overload IGameHelpers::FindServerClass

* Make error messages more accurate

* Fix a dev comment

* Rename FindServerClass

---------

Co-authored-by: Kenzzer <kenzzer@users.noreply.github.com>
2024-06-01 14:07:55 +00:00
..
AMBuilder Convert AMBuild scripts to use hl2sdk-manifests (#2096) 2023-12-18 23:15:44 +00:00
extension.cpp Reconcile the concept of Edict & Networkable across the codebase (#1903) 2024-06-01 14:07:55 +00:00
extension.h sdkhooks: retain vtable hook until level end (#2094) 2024-05-18 12:30:20 +01:00
macros.h Fixed SDKHooks thinking a hook type was supported when gamedata missing (r=voided). 2013-08-22 21:45:19 -04:00
natives.cpp Reconcile the concept of Edict & Networkable across the codebase (#1903) 2024-06-01 14:07:55 +00:00
natives.h Initial commit of latest functional SDKHooks extension. 2013-02-07 23:43:33 -05:00
smsdk_config.h Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic). 2014-04-23 21:19:28 -05:00
takedamageinfohack.cpp Add support for Military Conflict: Vietnam (#1887) 2022-12-20 21:46:18 +00:00
takedamageinfohack.h Update SDKHooks_TakeDamage for CS:GO changes (#1319) 2020-07-25 03:45:35 +01:00
util.cpp Improve logical entity support in SDKHooks natives (bug 6069, r=asherkin). 2014-03-21 22:09:15 -04:00
util.h Improve logical entity support in SDKHooks natives (bug 6069, r=asherkin). 2014-03-21 22:09:15 -04:00
version.rc Minor typo fix in SDKHooks version.rc. 2013-02-08 07:57:16 -05:00