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....")
(No difference)

Revision as of 00:58, 30 December 2013

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