{{oldin|[[0.9.0]]|090|type=method|text=Use [[ParticleSystem:getPosition]]}}
Gets the x-coordinate of the particle emitter's position.
== Function ==
=== Synopsis ===
<source lang="lua">
x = ParticleSystem:getX( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|x|Position along x-axis.}}
== See Also ==
* [[parent::ParticleSystem]]
[[Category:Functions]]
{{#set:Description=Gets the x-coordinate of the particle emitter's position.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ParticleSystem:getX}}