Function PhysicsServerSingleton.bodySetMaxContactsReported

Sets the maximum contacts to report. Bodies can keep a log of the contacts with other bodies, this is enabled by setting the maximum amount of contacts reported to a number greater than 0.

void bodySetMaxContactsReported (
  const(RID) _body,
  const(long) amount
) nothrow @nogc;