Return true if the motor of the joint is enabled * @return True if the motor of joint is enabled and false otherwise */
| 208 | * @return True if the motor of joint is enabled and false otherwise |
| 209 | */ |
| 210 | bool HingeJoint::isMotorEnabled() const { |
| 211 | return mWorld.mHingeJointsComponents.getIsMotorEnabled(mEntity); |
| 212 | } |
| 213 | |
| 214 | // Return the minimum angle limit |
| 215 | /** |
nothing calls this directly
no test coverage detected