Add support for custom filter entities

Starting with filter_activator_context
This commit is contained in:
xen
2020-08-03 13:42:07 +02:00
parent bdb8b4e845
commit 2d8d962400
2 changed files with 111 additions and 0 deletions
+12
View File
@@ -15,6 +15,18 @@
"library" "server"
"linux" "@_ZN11CBaseEntity15PostConstructorEPKc"
}
"CBaseFilter_PassesFilterImpl"
{
"library" "server"
"linux" "@_ZN11CBaseFilter16PassesFilterImplEP11CBaseEntityS1_"
}
"CreateEntityByName"
{
"library" "server"
"linux" "@_Z18CreateEntityByNamePKci"
}
"CBasePlayer_FindUseEntity"
{