Function VisualServerSingleton.particlesSetDrawOrder

Sets the draw order of the particles to one of the named enums from particlesdraworder. See particlesdraworder for options. Equivalent to Particles.drawOrder.

void particlesSetDrawOrder (
  const(RID) particles,
  const(long) order
) nothrow @nogc;