LagCompensation update
This commit is contained in:
@ -10,17 +10,38 @@
|
||||
"linux" "@_ZN11CBaseEntity20PhysicsTouchTriggersEPK6Vector"
|
||||
}
|
||||
|
||||
"GetAbsOrigin"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZNK11CBaseEntity12GetAbsOriginEv"
|
||||
}
|
||||
|
||||
"SetAbsOrigin"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN11CBaseEntity12SetAbsOriginERK6Vector"
|
||||
}
|
||||
|
||||
// CBaseEntity::GetAbsAngles is inlined
|
||||
// so we use CBaseEntity::EyeAngles
|
||||
// which does -> return GetAbsAngles();
|
||||
"GetAbsAngles"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN11CBaseEntity9EyeAnglesEv"
|
||||
}
|
||||
|
||||
"SetAbsAngles"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN11CBaseEntity12SetAbsAnglesERK6QAngle"
|
||||
}
|
||||
|
||||
"::UTIL_Remove"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_Z11UTIL_RemoveP11CBaseEntity"
|
||||
}
|
||||
}
|
||||
|
||||
"Functions"
|
||||
@ -39,6 +60,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
"UTIL_Remove"
|
||||
{
|
||||
"signature" "::UTIL_Remove"
|
||||
"callconv" "cdecl"
|
||||
"return" "void"
|
||||
"arguments"
|
||||
{
|
||||
"oldObj"
|
||||
{
|
||||
"type" "cbaseentity"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user