Return true if the motor of the joint is enabled * @return True if the joint motor is enabled */
| 259 | * @return True if the joint motor is enabled |
| 260 | */ |
| 261 | bool SliderJoint::isMotorEnabled() const { |
| 262 | return mWorld.mSliderJointsComponents.getIsMotorEnabled(mEntity); |
| 263 | } |
| 264 | |
| 265 | // Return the minimum translation limit |
| 266 | /** |
nothing calls this directly
no test coverage detected