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

Method EnableCollision

ogsr_engine/xrGame/PHShell.cpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92void CPHShell::DisableCollision() { CPHObject::collision_disable(); }
93void CPHShell::EnableCollision() { CPHObject::collision_enable(); }
94void CPHShell::ReanableObject()
95{
96 // if(b_contacts_saved) dJointGroupEmpty(m_saved_contacts);

Callers 6

correct_spawn_posMethod · 0.80
do_collide_and_moveFunction · 0.80
do_collide_not_moveFunction · 0.80
RestoreNetStateMethod · 0.80
ActivateExplosionBoxMethod · 0.80
NotificatePartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected