{{newin|[[0.8.0]]|080|type=method}}
{{oldin|[[0.10.0]]|100|type=function|text=Use [[SpriteBatch:getTexture]] instead}}
Returns the image used by the SpriteBatch.

== Function ==
=== Synopsis ===
<source lang="lua">
image = SpriteBatch:getImage( )
</source>
=== Arguments ===
None
=== Returns ===
{{param|Image|image|The image for the sprites.}}

== See Also ==
* [[parent::SpriteBatch]]
* [[SpriteBatch:setImage]]
[[Category:Functions]]
{{#set:Description=Returns the image used by the SpriteBatch.}}
== Other Languages ==
{{i18n|SpriteBatch:getImage}}