{{newin|[[0.9.0]]|090|type=function}}
{{oldin|[[0.10.0]]|100|type=function|text=Use [[Mesh:getTexture]] instead}}
Gets the [[Image]] used when drawing the Mesh.

== Function ==
=== Synopsis ===
<source lang="lua">
image = Mesh:getImage( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Image|image (nil)|The Image used to texture the Mesh when drawing. May be nil if no Image is being used with the Mesh.}}

== See Also ==
* [[parent::Mesh]]
* [[Mesh:setImage]]
[[Category:Functions]]
{{#set:Description=Gets the [[Image]] used when drawing the Mesh.}}
== Other Languages ==
{{i18n|Mesh:getImage}}