{{newin|[[0.9.0]]|090|type=function}}
{{oldin|[[0.10.0]]|100|type=function|text=Use [[ParticleSystem:getTexture]] instead}}
Gets the image used for the particles.
== Function ==
=== Synopsis ===
<source lang="lua">
image = ParticleSystem:getImage( )
</source>
=== Arguments ===
Nothing.
=== Returns ===
{{param|Image|image|An Image to use for the particles.}}
== See Also ==
* [[parent::ParticleSystem]]
* [[ParticleSystem:setImage]]
[[Category:Functions]]
{{#set:Description=Gets the image used for the particles.}}
== Other Languages ==
{{i18n|ParticleSystem:getImage}}