Function PhysicsServerSingleton.jointCreateConeTwist

Creates a ConeTwistJoint.

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