{{newin|[[0.9.0]]|090|type=function}}
Gets the amount of particles emitted per second.
== Function ==
=== Synopsis ===
<source lang="lua">
rate = ParticleSystem:getEmissionRate( )
</source>
=== Arguments ===
Nothing.
=== Returns ===
{{param|number|rate|The amount of particles per second.}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setEmissionRate]]
[[Category:Functions]]
{{#set:Description=Gets the amount of particles emitted per second.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:getEmissionRate}}