Difference between revisions of "ParticleSystem:isActive"

m (1 revision: Importing from potato (again).)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
 
Checks whether the particle system is actively emitting particles.
 
Checks whether the particle system is actively emitting particles.
 
== Function ==
 
== Function ==
Line 12: 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.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:isActive}}

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