Difference between revisions of "ParticleSystem:isFull"

Line 13: 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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:isFull}}
 
{{i18n|ParticleSystem:isFull}}

Revision as of 10:05, 25 March 2011

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