Improve LagCompensation
This commit is contained in:
44
LagCompensation/gamedata/LagCompensation.games.txt
Normal file
44
LagCompensation/gamedata/LagCompensation.games.txt
Normal file
@ -0,0 +1,44 @@
|
||||
"Games"
|
||||
{
|
||||
"cstrike"
|
||||
{
|
||||
"Signatures"
|
||||
{
|
||||
"CBaseEntity::PhysicsTouchTriggers"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN11CBaseEntity20PhysicsTouchTriggersEPK6Vector"
|
||||
}
|
||||
|
||||
"SetAbsOrigin"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN11CBaseEntity12SetAbsOriginERK6Vector"
|
||||
}
|
||||
|
||||
"SetAbsAngles"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN11CBaseEntity12SetAbsAnglesERK6QAngle"
|
||||
}
|
||||
}
|
||||
|
||||
"Functions"
|
||||
{
|
||||
"CBaseEntity__PhysicsTouchTriggers"
|
||||
{
|
||||
"signature" "CBaseEntity::PhysicsTouchTriggers"
|
||||
"callconv" "thiscall"
|
||||
"return" "void"
|
||||
"this" "entity"
|
||||
"arguments"
|
||||
{
|
||||
"pPrevAbsOrigin"
|
||||
{
|
||||
"type" "vectorptr"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user