Difference between revisions of "ParticleSystem:isActive"

m (1 revision: Importing from potato (again).)
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 14: Line 13:
 
[[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.}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:isActive}}

Revision as of 19:23, 18 November 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

Other Languages