| 1247 | } |
| 1248 | CPhysicsElement* CPHJoint::PFirst_element() { return cast_PhysicsElement(pFirst_element); } |
| 1249 | CPhysicsElement* CPHJoint::PSecond_element() { return cast_PhysicsElement(pSecond_element); } |
| 1250 | void CPHJoint::SetBreakable(float force, float torque) |
| 1251 | { |
| 1252 | if (!m_destroy_info) |
no outgoing calls