Difference between revisions of "ParticleSystem:isFull"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Checks whether the particle system is full of particles.
 
Checks whether the particle system is full of particles.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks whether the particle system is full of particles.}}
 
{{#set:Description=Checks whether the particle system is full of particles.}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:isFull}}

Revision as of 19:23, 18 November 2010

Checks whether the particle system is full of particles.

Function

Synopsis

full = ParticleSystem:isFull( )

Arguments

None.

Returns

boolean full
True if no more particles can be added, false otherwise.

See Also

Other Languages