Function PhysicsServerSingleton.hingeJointSetParam

Sets a hinge_joint parameter (see hingejointparam constants).

void hingeJointSetParam (
  const(RID) joint,
  const(long) param,
  const(double) value
) nothrow @nogc;