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 size number of particles at the same time.}}
+
{{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

Image image
The image object.
number buffer
The max number of particles at the same time.

Returns

ParticleSystem A
new ParticleSystem.

See Also