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