Function VisualServerSingleton.particlesSetLifetime

Sets the lifetime of each particle in the system. Equivalent to Particles.lifetime.

void particlesSetLifetime (
  const(RID) particles,
  const(double) lifetime
) nothrow @nogc;