Function PhysicsServerSingleton.bodyApplyImpulse

Gives the body a push at a position in the direction of the impulse.

void bodyApplyImpulse (
  const(RID) _body,
  const(Vector3) position,
  const(Vector3) impulse
) nothrow @nogc;