Gets the position of the emitter.
== Function ==
=== Synopsis ===
<source lang="lua">
x, y = ParticleSystem:getPosition( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|x|Position along x-axis.}}
{{param|number|y|Position along y-axis.}}
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Gets the position of the emitter.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:getPosition}}