Function VisualServerSingleton.particlesSetEmitting

If true, particles will emit over time. Setting to false does not reset the particles, but only stops their emission. Equivalent to Particles.emitting.

void particlesSetEmitting (
  const(RID) particles,
  const(bool) emitting
) nothrow @nogc;