| 61 | SendDestroy(); |
| 62 | } |
| 63 | void CBreakableObject::UpdateCL() |
| 64 | { |
| 65 | inherited::UpdateCL(); |
| 66 | // Fmatrix d; |
| 67 | if (m_pPhysicsShell && m_pPhysicsShell->isFullActive()) |
| 68 | m_pPhysicsShell->InterpolateGlobalTransform(&XFORM()); |
| 69 | } |
| 70 | void CBreakableObject::enable_notificate() |
| 71 | { |
| 72 | if (b_resived_damage) |
nothing calls this directly
no test coverage detected