{{newin|[[0.9.1]]|091|type=function}}
Moves the position of the emitter. This results in smoother particle spawning behaviour than if [[ParticleSystem:setPosition]] is used every frame.
== Function ==
=== Synopsis ===
<source lang="lua">
ParticleSystem:moveTo( x, y )
</source>
=== Arguments ===
{{param|number|x|Position along x-axis.}}
{{param|number|y|Position along y-axis.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Moves the position of the emitter.}}
== Other Languages ==
{{i18n|ParticleSystem:moveTo}}