Difference between revisions of "ParticleSystem:isEmpty"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Checks whether the particle system is empty of particles.
 
Checks whether the particle system is empty of particles.
 
== Function ==
 
== Function ==
Line 14: 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.}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:isEmpty}}

Revision as of 19:23, 18 November 2010

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