Function VisualServerSingleton.particlesSetOneShot

If true, particles will emit once and then stop. Equivalent to Particles.oneShot.

void particlesSetOneShot (
  const(RID) particles,
  const(bool) one_shot
) nothrow @nogc;