Function VisualServerSingleton.particlesSetFixedFps

Sets the frame rate that the particle system rendering will be fixed to. Equivalent to Particles.fixedFps.

void particlesSetFixedFps (
  const(RID) particles,
  const(long) fps
) nothrow @nogc;