| 334 | CPhysicsJoint* CPHShell::get_JointByStoreOrder(u16 num) { return (CPhysicsJoint*)joints[num]; } |
| 335 | |
| 336 | u16 CPHShell::get_JointsNumber() { return u16(joints.size()); } |
| 337 | void CPHShell::BonesCallback(CBoneInstance* B) |
| 338 | { |
| 339 | /// CPHElement* E = smart_cast<CPHElement*> (static_cast<CPhysicsBase*>(B->callback_param())); |
no test coverage detected