SpriteBatch:getImage

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