{{oldin|[[0.9.0]]|090|type=function|text=Use [[ParticleSystem:getCount]] and [[ParticleSystem:getBufferSize]]}}
Checks whether the particle system is empty of particles.
== Function ==
=== Synopsis ===
<source lang="lua">
empty = ParticleSystem:isEmpty( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|empty|True if there are no live particles, false otherwise.}}
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Checks whether the particle system is empty of particles.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:isEmpty}}