MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / destroy_physics_shell

Function destroy_physics_shell

ogsr_engine/xrGame/PhysicsShell.cpp:256–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void destroy_physics_shell(CPhysicsShell*& p)
257{
258 if (p)
259 p->Deactivate();
260 xr_delete(p);
261}

Callers 2

net_DestroyMethod · 0.85

Calls 2

xr_deleteFunction · 0.85
DeactivateMethod · 0.45

Tested by

no test coverage detected