ParticleSystem:getImage
Available since LÖVE 0.9.0
This function is not supported in earlier versions.
Removed in LÖVE 0.10.0
Use ParticleSystem:getTexture instead.
Gets the image used for the particles.
Function
Synopsis
image = ParticleSystem:getImage( )
Arguments
Nothing.
Returns
Image image
- An Image to use for the particles.
See Also
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/ParticleSystem:getImage