alliedmodders / hl2sdk

Half-Life 2 SDK Mirrors
https://github.com/valvesoftware
353 stars 173 forks source link

[L4D2] Update interface 'IPhysicsCollisionSolver' #123

Closed A1mDev closed 1 year ago

A1mDev commented 1 year ago

After the "The Last Stand" update in left4dead2, several parameters have been added to this function.

CCollisionEvent::ShouldCollide(IPhysicsObject *,IPhysicsObject *,void *,void *,PhysicsCollisionRulesCache_t const&,PhysicsCollisionRulesCache_t const&)

Linux signature: _ZN15CCollisionEvent13ShouldCollideEP14IPhysicsObjectS1_PvS2_RK28PhysicsCollisionRulesCache_tS5_

Thanks @shqke for the help!