ParticleSystem:emit

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

Emits a burst of particles from the particle emitter.

Function

Synopsis

ParticleSystem:emit( numparticles )

Arguments

number numparticles
The amount of particles to emit. The number of emitted particles will be truncated if the particle system's max buffer size is reached.

Returns

Nothing.

See Also

Other Languages