Function PhysicsServerSingleton.hingeJointSetFlag

Sets a hinge_joint flag (see hingejointflag constants).

void hingeJointSetFlag (
  const(RID) joint,
  const(long) flag,
  const(bool) enabled
) nothrow @nogc;