Return true if the limits or the joint are enabled * @return True if the joint limits are enabled */
| 250 | * @return True if the joint limits are enabled |
| 251 | */ |
| 252 | bool SliderJoint::isLimitEnabled() const { |
| 253 | |
| 254 | return mWorld.mSliderJointsComponents.getIsLimitEnabled(mEntity); |
| 255 | } |
| 256 | |
| 257 | // Return true if the motor of the joint is enabled |
| 258 | /** |
nothing calls this directly
no test coverage detected