Difference between revisions of "SpriteBatch:getImage"

(Fixed to reappar on spritebatch page)
m (Added deprecation notice)
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}}
 
Returns the image used by the SpriteBatch.
 
Returns the image used by the SpriteBatch.
  

Revision as of 23:19, 28 July 2014

Available since LÖVE 0.8.0
This method is not supported in earlier versions.
Deprecated in LÖVE 0.9.1
This function will be removed in a future version. 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