Difference between revisions of "love.graphics.newParticleSystem"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Creates a new ParticleSystem.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Creates a new ParticleSystem.}}

Revision as of 16:17, 14 February 2010

Creates a new ParticleSystem.

Function

Synopsis

A = love.graphics.newParticleSystem( image, buffer )

Arguments

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

Returns

ParticleSystem A
new ParticleSystem.

See Also