| 867 | } |
| 868 | |
| 869 | void CCharacterPhysicsSupport::in_NetRelcase(CObject* O) |
| 870 | { |
| 871 | CPHCapture* c = m_PhysicMovementControl->PHCapture(); |
| 872 | if (c) |
| 873 | { |
| 874 | c->net_Relcase(O); |
| 875 | } |
| 876 | } |
| 877 | |
| 878 | void CCharacterPhysicsSupport::set_collision_hit_callback(ICollisionHitCallback* cc) |
| 879 | { |
no test coverage detected