Difference between revisions of "love.graphics.newParticleSystem"

m (Finished Fierceform's good work)
Line 13: Line 13:
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 +
* [[Constructs::ParticleSystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Creates a new ParticleSystem.}}
 
{{#set:Description=Creates a new ParticleSystem.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.newParticleSystem}}
 
{{i18n|love.graphics.newParticleSystem}}

Revision as of 10:03, 25 March 2011

Creates a new ParticleSystem.

Function

Synopsis

system = 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