17 INLINE BulletConstraint::
30 ptr()->setBreakingImpulseThreshold(threshold);
39 return (PN_stdfloat)ptr()->getBreakingImpulseThreshold();
45 INLINE
void BulletConstraint::
46 set_enabled(
bool enable) {
48 ptr()->setEnabled(enable);
57 return ptr()->isEnabled();
set_breaking_threshold
Sets the applied impulse limit for breaking the constraint.
is_enabled
Returns TRUE if the constraint is enabled.
get_breaking_threshold
Returns the applied impluse limit for breaking the constraint.