Difference between revisions of "B2.ParticleSystem:getParticleCount"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns the number of particles <source lang="lua"> (number), = b2.ParticleSystem:getParticleCount() <...")
 
Line 4: Line 4:
 
Returns the number of particles
 
Returns the number of particles
 
<source lang="lua">
 
<source lang="lua">
(number), = b2.ParticleSystem:getParticleCount()
+
(number) = b2.ParticleSystem:getParticleCount()
 
</source>
 
</source>
 
'''Returns''' (number) The number of particles<br/>
 
'''Returns''' (number) The number of particles<br/>

Revision as of 11:21, 23 August 2018

Available since: in development

Description

Returns the number of particles

(number) = b2.ParticleSystem:getParticleCount()

Returns (number) The number of particles