Difference between revisions of "love.graphics.newParticleSystem"
m |
Fierceform (talk | contribs) 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 | + | {{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
Returns
ParticleSystem system
- A new ParticleSystem.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info