Function VisualServerSingleton.particlesSetExplosivenessRatio

Sets the explosiveness ratio. Equivalent to Particles.explosiveness.

void particlesSetExplosivenessRatio (
  const(RID) particles,
  const(double) ratio
) nothrow @nogc;