Creates a line of particles between two points. Returns the number of particles created.
For more information about the value provider and particle definition parameters, see
CreateParticle.
DrawParticleLine("MagicSpark", 0, 0, GetCursor()->GetX()-GetX(), GetCursor()->GetY()-GetY(), 20, 0, 0, 12, {Prototype = Particles_Flash(), Size = 20, R = 50, G = 50, B = 255});
Creates a line from the calling object to the selected clonk of the first player using a blue flash particle.