hl2sdk icon indicating copy to clipboard operation
hl2sdk copied to clipboard

hl2sdk-l4d2 IVModelInfo missing GetPhysics2VCollide

Open KcHNST opened this issue 3 years ago • 0 comments

Here is the current vtable from engine_srv.so: vtable

Looking at the interface here it appears to be missing.

I'm guessing the type is something like this:

virtual vcollide_t                              *GetPhysics2VCollide( int modelindex ) const = 0;

KcHNST avatar Mar 01 '21 10:03 KcHNST