SpriteBatch:getImage
Available since LÖVE 0.8.0
This method is not supported in earlier versions.
Removed in LÖVE 0.10.0
Use SpriteBatch:getTexture instead.
Returns the image used by the SpriteBatch.
Function
Synopsis
image = SpriteBatch:getImage( )
Arguments
None
Returns
Image image
- The image for the sprites.
Please login to continue.