Difference between revisions of "B2.ParticleSystem:getParticleCount"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2024.11<br/>
'''Available since:''' in development<br/>
+
'''Class:''' [[b2.ParticleSystem]]<br/>
'''Class:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/>
 
  
 
=== Description ===
 
=== Description ===
 
Returns the number of particles.
 
Returns the number of particles.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = b2.ParticleSystem:getParticleCount()
 
(number) = b2.ParticleSystem:getParticleCount()
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 05:21, 8 November 2024