Difference between revisions of "ParticleSystem:getInsertMode"

(Created page)
 
m
 
Line 1: Line 1:
 
{{newin|[[0.9.0]]|090|type=function}}
 
{{newin|[[0.9.0]]|090|type=function}}
gets the mode used when the ParticleSystem adds new particles.
+
Gets the mode used when the ParticleSystem adds new particles.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[ParticleSystem:setInsertMode]]
 
* [[ParticleSystem:setInsertMode]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=gets the mode used when the ParticleSystem adds new particles.}}
+
{{#set:Description=Gets the mode used when the ParticleSystem adds new particles.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:getInsertMode}}
 
{{i18n|ParticleSystem:getInsertMode}}

Latest revision as of 04:48, 13 August 2013

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Gets the mode used when the ParticleSystem adds new particles.

Function

Synopsis

mode = ParticleSystem:getInsertMode( )

Arguments

None.

Returns

ParticleInsertMode mode
The mode used when the ParticleSystem adds new particles.

See Also

Other Languages