Difference between revisions of "love.graphics.newParticleSystem"

m
m (Function)
Line 9: Line 9:
 
{{param|number|buffer|The max 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|system|A new ParticleSystem.}}
 +
 
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]

Revision as of 02:34, 25 January 2011

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 system
A new ParticleSystem.

See Also

Other Languages