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

Method DisableCollision

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

Source from the content-addressed store, hash-verified

90 ClearCashedTries();
91}
92void CPHShell::DisableCollision() { CPHObject::collision_disable(); }
93void CPHShell::EnableCollision() { CPHObject::collision_enable(); }
94void CPHShell::ReanableObject()
95{

Callers 11

correct_spawn_posMethod · 0.80
ObjectContactCallbackMethod · 0.80
create_camera_shellFunction · 0.80
do_collide_and_moveFunction · 0.80
do_collide_not_moveFunction · 0.80
RestoreNetStateMethod · 0.80
create_shellMethod · 0.80
HideExplosiveMethod · 0.80
ActivateExplosionBoxMethod · 0.80
PhysicallyRemoveSelfMethod · 0.80
PhysicallyRemovePartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected