Function PhysicsServerSingleton.bodySetParam

Sets a body parameter. A list of available parameters is on the bodyparameter constants.

void bodySetParam (
  const(RID) _body,
  const(long) param,
  const(double) value
) nothrow @nogc;