Hitmarker: CBaseEntity__OnTakeDamage

This commit is contained in:
neon1
2019-10-24 01:20:28 +02:00
parent d7051b2ae2
commit 7cb24c35f6
2 changed files with 80 additions and 1 deletions
+32
View File
@@ -0,0 +1,32 @@
"Games"
{
"cstrike"
{
"Signatures"
{
"CBaseEntity::OnTakeDamage"
{
"library" "server"
"linux" "@_ZN11CBaseEntity12OnTakeDamageERK15CTakeDamageInfo"
}
}
"Functions"
{
"CBaseEntity__OnTakeDamage"
{
"signature" "CBaseEntity::OnTakeDamage"
"callconv" "thiscall"
"return" "int"
"this" "entity"
"arguments"
{
"info"
{
"type" "objectptr"
}
}
}
}
}
}