Difference between revisions of "ParticleSystem:getImage"

(Created page with "{{newin|0.9.0|090|type=function}} Gets the image used for the particles. == Function == === Synopsis === <source lang="lua"> image = ParticleSystem:getImage( ) </source> === ...")
(No difference)

Revision as of 01:02, 30 December 2013

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

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

Other Languages