Difference between revisions of "ParticleSystem:isActive"

 
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 +
* [[ParticleSystem:isPaused]]
 +
* [[ParticleSystem:isStopped]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks whether the particle system is actively emitting particles.}}
 
{{#set:Description=Checks whether the particle system is actively emitting particles.}}

Latest revision as of 09:14, 20 September 2013

Checks whether the particle system is actively emitting particles.

Function

Synopsis

active = ParticleSystem:isActive( )

Arguments

None.

Returns

boolean active
True if system is active, false otherwise.

See Also


Other Languages