hl2sdk
hl2sdk copied to clipboard
hl2sdk-l4d2 IVModelInfo missing GetPhysics2VCollide
Here is the current vtable from engine_srv.so:
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;