{{newin|[[0.9.0]]|090|type=function}}
Sets the mode to use when the ParticleSystem adds new particles.
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:setInsertMode( mode )
</source>
=== Arguments ===
{{param|ParticleInsertMode|mode|The mode to use when the ParticleSystem adds new particles.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:getInsertMode]]
[[Category:Functions]]
{{#set:Description=Sets the mode to use when the ParticleSystem adds new particles.}}
== Other Languages ==
{{i18n|ParticleSystem:setInsertMode}}