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