ParticleSystem:getParticleLifetime

ParticleSystem:getParticleLifetime Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the lifetime of the particles. Function Synopsis min, max = ParticleSystem:getParticleLifetime( ) Arguments Nothing. Returns number min The minimum life of the particles (in seconds). number max The maximum life of the particles (in seconds). See Also ParticleSystem ParticleSystem:setParticleLifetime

ParticleSystem:getPosition

ParticleSystem:getPosition Gets the position of the emitter. Function Synopsis x, y = ParticleSystem:getPosition( ) Arguments None. Returns number x Position along x-axis. number y Position along y-axis. See Also ParticleSystem

ParticleSystem:getRadialAcceleration

ParticleSystem:getRadialAcceleration Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the radial acceleration (away from the emitter). Function Synopsis min, max = ParticleSystem:getRadialAcceleration( ) Arguments Nothing. Returns number min The minimum acceleration. number max The maximum acceleration. See Also ParticleSystem ParticleSystem:setRadialAcceleration

ParticleSystem:getRotation

ParticleSystem:getRotation Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the rotation of the image upon particle creation (in radians). Function Synopsis min, max = ParticleSystem:getRotation( ) Arguments Nothing. Returns number min The minimum initial angle (radians). number max The maximum initial angle (radians). See Also ParticleSystem ParticleSystem:setRotation

ParticleSystem:getSizes

ParticleSystem:getSizes Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the series of sizes by which the sprite is scaled. 1.0 is normal size. The particle system will interpolate between each size evenly over the particle's lifetime. Function Synopsis size1, size1, ..., size8 = ParticleSystem:getSizes( ) Arguments Nothing. Returns number size1 The first size. number size2 The second size. number size8 The eighth size. See Also ParticleSystem Pa

ParticleSystem:getSizeVariation

ParticleSystem:getSizeVariation Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the amount of size variation (0 meaning no variation and 1 meaning full variation between start and end). Function Synopsis variation = ParticleSystem:getSizeVariation( ) Arguments Nothing. Returns number variation The amount of variation (0 meaning no variation and 1 meaning full variation between start and end). See Also ParticleSystem ParticleSystem:setSizeVariation

ParticleSystem:getSpeed

ParticleSystem:getSpeed Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the speed of the particles. Function Synopsis min, max = ParticleSystem:getSpeed( ) Arguments Nothing. Returns number min The minimum linear speed of the particles. number max The maximum linear speed of the particles. See Also ParticleSystem ParticleSystem:setSpeed

ParticleSystem:getSpin

ParticleSystem:getSpin Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the spin of the sprite. Function Synopsis min, max, variation = ParticleSystem:getSpin( ) Arguments Nothing. Returns number min The minimum spin (radians per second). number max (min) The maximum spin (radians per second). number variation (0) The degree of variation (0 meaning no variation and 1 meaning full variation between start and end). See Also ParticleSystem ParticleS

ParticleSystem:getSpinVariation

ParticleSystem:getSpinVariation Available since LÖVE 0.9.0 This function is not supported in earlier versions. Gets the amount of spin variation (0 meaning no variation and 1 meaning full variation between start and end). Function Synopsis variation = ParticleSystem:getSpinVariation( ) Arguments Nothing. Returns number variation The amount of variation (0 meaning no variation and 1 meaning full variation between start and end). See Also ParticleSystem ParticleSystem:setSpinVariation

ParticleSystem:getSpread

ParticleSystem:getSpread Gets the amount of directional spread of the particle emitter (in radians). Function Synopsis spread = ParticleSystem:getSpread( ) Arguments None. Returns number spread The spread of the emitter (radians). See Also ParticleSystem