Difference between revisions of "ParticleSystem:isActive"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Checks whether the particle system is actively emitting particles.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Checks whether the particle system is actively emitting particles.}}

Revision as of 16:17, 14 February 2010

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