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() <...")
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' in development<br/>
 
'''Available since:''' in development<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/>
 +
 
=== Description ===
 
=== Description ===
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/>
+
 
 +
=== Return values ===
 +
'''Returns''' (number) the number of particles<br/>
 +
 
 +
{{B2.ParticleSystem}}

Revision as of 21:28, 17 February 2020