Difference between revisions of "ParticleSystem:count"

Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the amount of particles that are currently in the system.}}
 
{{#set:Description=Gets the amount of particles that are currently in the system.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:count}}
 
{{i18n|ParticleSystem:count}}

Revision as of 10:04, 25 March 2011

Gets the amount of particles that are currently in the system.

Function

Synopsis

count = ParticleSystem:count( )

Arguments

None.

Returns

number count
The current number of live particles.

See Also


Other Languages