Difference between revisions of "SpriteBatch:getImage"

(Added SpriteBatch:getImage.)
 
(Fixed to reappar on spritebatch page)
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=functions}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Returns the image used by the SpriteBatch.
 
Returns the image used by the SpriteBatch.
  

Revision as of 22:56, 8 July 2013

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Returns the image used by the SpriteBatch.

Function

Synopsis

image = SpriteBatch:getImage( )

Arguments

None

Returns

Image image
The image for the sprites.

See Also

Other Languages