LagCompensation: ignore entities which could be parented to players (parents: player and weapon_)
Add support for logic_measure_movement
This commit is contained in:
@ -16,6 +16,12 @@
|
||||
"linux" "@_ZN12CCSGameRules12RestartRoundEv"
|
||||
}
|
||||
|
||||
"CLogicMeasureMovement::SetTarget"
|
||||
{
|
||||
"library" "server"
|
||||
"linux" "@_ZN21CLogicMeasureMovement9SetTargetEPKc"
|
||||
}
|
||||
|
||||
"GetAbsOrigin"
|
||||
{
|
||||
"library" "server"
|
||||
@ -58,6 +64,21 @@
|
||||
"return" "void"
|
||||
"this" "ignore"
|
||||
}
|
||||
|
||||
"CLogicMeasureMovement__SetTarget"
|
||||
{
|
||||
"signature" "CLogicMeasureMovement::SetTarget"
|
||||
"callconv" "thiscall"
|
||||
"return" "void"
|
||||
"this" "entity"
|
||||
"arguments"
|
||||
{
|
||||
"pName"
|
||||
{
|
||||
"type" "charptr"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user