ParticleSystem:getQuads

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

Gets the series of Quads used for the particle sprites.

Function

Synopsis

quads = ParticleSystem:getQuads( )

Arguments

Nothing.

Returns

table quads
A table containing the Quads used.

See Also

Other Languages