sm-ext-PhysHooks/gamedata/PhysHooks.games.txt
xen 857d2363dc Use a different method for custom sim loop
Also nuke all sigs and csgo/windows code
2025-02-22 21:31:25 +02:00

39 lines
570 B
Plaintext

"Games"
{
"cstrike"
{
"Signatures"
{
"Physics_RunThinkFunctions"
{
"library" "server"
"linux" "@_Z25Physics_RunThinkFunctionsb"
}
"SimThink_ListCopy"
{
"library" "server"
"linux" "@_Z17SimThink_ListCopyPP11CBaseEntityi"
}
"Physics_SimulateEntity"
{
"library" "server"
"linux" "@_Z22Physics_SimulateEntityP11CBaseEntity"
}
"CTriggerMoved"
{
"library" "engine"
"linux" "@_ZTV13CTriggerMoved"
}
"CTouchLinks"
{
"library" "engine"
"linux" "@_ZTV11CTouchLinks"
}
}
}
}