Difference between revisions of "ParticleSystem:getEmissionRate"

(Created page with "Gets the amount of particles emitted per second. == Function == === Synopsis === <source lang="lua"> rate = ParticleSystem:setEmissionRate( ) </source> === Arguments === Nothing....")
 
Line 1: Line 1:
 +
{{newin|[[0.9.0]]|090|type=function}}
 
Gets the amount of particles emitted per second.
 
Gets the amount of particles emitted per second.
 
== Function ==
 
== Function ==

Revision as of 01:00, 30 December 2013

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

Gets the amount of particles emitted per second.

Function

Synopsis

rate = ParticleSystem:setEmissionRate( )

Arguments

Nothing.

Returns

number rate
The amount of particles per second.

See Also


Other Languages