{{newin|[[0.9.0]]|090|type=function|text=It has been moved from [[ParticleSystem:getOffsetX]] and [[ParticleSystem:getOffsetY]]}}
Gets the particle image's draw offset.
== Function ==
=== Synopsis ===
<source lang="lua">
ox, oy = ParticleSystem:getOffset( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|ox|The x coordinate of the particle image's draw offset.}}
{{param|number|oy|The y coordinate of the particle image's draw offset.}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setOffset]]
[[Category:Functions]]
{{#set:Description=Gets the particle image's draw offset.}}
== Other Languages ==
{{i18n|ParticleSystem:getOffset}}