Sets the speed of the particles.
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setSpeed( min, max )
</source>
=== Arguments ===
{{param|number|min|The minimum linear speed of the particles.}}
{{param|number|max (min)|The maximum linear speed of the particles.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Sets the speed of the particles.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:setSpeed}}