Function PhysicsServerSingleton.bodyAddCollisionException

Adds a body to the list of bodies exempt from collisions.

void bodyAddCollisionException (
  const(RID) _body,
  const(RID) excepted_body
) nothrow @nogc;