{{newin|[[0.9.0]]|090|type=function}}
Checks whether the particle system is stopped.
== Function ==
=== Synopsis ===
<source lang="lua">
stopped = ParticleSystem:isStopped( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|stopped|True if system is stopped, false otherwise.}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:isActive]]
* [[ParticleSystem:isPaused]]
[[Category:Functions]]
{{#set:Description=Checks whether the particle system is stopped.}}
{{#set:Since=090}}
== Other Languages ==
{{i18n|ParticleSystem:isStopped}}