Function VisualServerSingleton.particlesSetSpeedScale

Sets the speed scale of the particle system. Equivalent to Particles.speedScale.

void particlesSetSpeedScale (
  const(RID) particles,
  const(double) scale
) nothrow @nogc;