Difference between revisions of "love.graphics.newParticleSystem"
m (1 revision: Importing from potato (again).) |
|||
Line 1: | Line 1: | ||
− | |||
Creates a new ParticleSystem. | Creates a new ParticleSystem. | ||
== Function == | == Function == | ||
Line 8: | Line 7: | ||
=== Arguments === | === Arguments === | ||
{{param|Image|image|The image object.}} | {{param|Image|image|The image object.}} | ||
− | {{param|number|buffer|The max | + | {{param|number|buffer|The max number of particles at the same time.}} |
=== Returns === | === Returns === | ||
{{param|ParticleSystem|A|new ParticleSystem.}} | {{param|ParticleSystem|A|new ParticleSystem.}} |
Revision as of 22:05, 22 August 2010
Creates a new ParticleSystem.
Function
Synopsis
A = love.graphics.newParticleSystem( image, buffer )
Arguments
Returns
ParticleSystem A
- new ParticleSystem.