{{oldin|[[0.9.0]]|090|type=function|text=It has been renamed to [[ParticleSystem:getCount]]}}

Gets the amount of particles that are currently in the system.
== Function ==
=== Synopsis ===
<source lang="lua">
count = ParticleSystem:count( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|count|The current number of live particles.}}
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Gets the amount of particles that are currently in the system.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:count}}