Return true if the limits of the joint are enabled * @return True if the limits of the joint are enabled and false otherwise */
| 200 | * @return True if the limits of the joint are enabled and false otherwise |
| 201 | */ |
| 202 | bool HingeJoint::isLimitEnabled() const { |
| 203 | return mWorld.mHingeJointsComponents.getIsLimitEnabled(mEntity); |
| 204 | } |
| 205 | |
| 206 | // Return true if the motor of the joint is enabled |
| 207 | /** |
nothing calls this directly
no test coverage detected