Function PhysicsServerSingleton.jointCreateSlider

Creates a SliderJoint.

RID jointCreateSlider (
  const(RID) body_A,
  const(Transform) local_ref_A,
  const(RID) body_B,
  const(Transform) local_ref_B
) nothrow @nogc;