Difference between revisions of "SpriteBatch:getImage"

m (Added deprecation notice)
(Added oldin)
 
Line 1: Line 1:
 
{{newin|[[0.8.0]]|080|type=method}}
 
{{newin|[[0.8.0]]|080|type=method}}
{{deprecatedin|[[0.9.1]]|091|type=function|text=This function will be removed in a future version. Use [[SpriteBatch:getTexture]] instead}}
+
{{oldin|[[0.10.0]]|100|type=function|text=Use [[SpriteBatch:getTexture]] instead}}
 
Returns the image used by the SpriteBatch.
 
Returns the image used by the SpriteBatch.
  

Latest revision as of 03:02, 17 December 2015

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.

See Also

Other Languages