Difference between revisions of "ParticleSystem:isEmpty"

Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks whether the particle system is empty of particles.}}
 
{{#set:Description=Checks whether the particle system is empty of particles.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:isEmpty}}
 
{{i18n|ParticleSystem:isEmpty}}

Revision as of 10:05, 25 March 2011

Checks whether the particle system is empty of particles.

Function

Synopsis

empty = ParticleSystem:isEmpty( )

Arguments

None.

Returns

boolean empty
True if there are no live particles, false otherwise.

See Also


Other Languages