{{newin|[[0.9.1]]|091|type=function}}
Creates an identical copy of the ParticleSystem in the stopped state.
== Function ==
=== Synopsis ===
<source lang="lua">
particlesystem = ParticleSystem:clone( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|ParticleSystem|particlesystem|The new identical copy of this ParticleSystem.}}
== Notes ==
Cloned ParticleSystem inherit all the set-able state of the original ParticleSystem, but they are initialized stopped.
== See Also ==
* [[parent:: ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Creates an identical copy of the ParticleSystem in the stopped state.}}
== Other Languages ==
{{i18n| ParticleSystem:clone}}