Difference between revisions of "B2.ParticleSystem:getParticleCount"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
(6 intermediate revisions by 2 users 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. |
− | < | + | <syntaxhighlight lang="lua"> |
(number) = b2.ParticleSystem:getParticleCount() | (number) = b2.ParticleSystem:getParticleCount() | ||
− | </ | + | </syntaxhighlight> |
+ | |||
=== Return values === | === Return values === | ||
− | '''Returns''' (number) | + | '''Returns''' (number) the number of particles<br/> |
+ | |||
+ | {{B2.ParticleSystem}} |
Latest revision as of 17:05, 12 July 2023
Available since: in development
Class: b2.ParticleSystem
Description
Returns the number of particles.
(number) = b2.ParticleSystem:getParticleCount()
Return values
Returns (number) the number of particles
- B2.ParticleSystem.FLAG BARRIER
- B2.ParticleSystem.FLAG COLOR MIXING
- B2.ParticleSystem.FLAG DESTRUCTION LISTENER
- B2.ParticleSystem.FLAG ELASTIC
- B2.ParticleSystem.FLAG FIXTURE CONTACT FILTER
- B2.ParticleSystem.FLAG FIXTURE CONTACT LISTENER
- B2.ParticleSystem.FLAG PARTICLE CONTACT FILTER
- B2.ParticleSystem.FLAG PARTICLE CONTACT LISTENER
- B2.ParticleSystem.FLAG POWDER
- B2.ParticleSystem.FLAG REACTIVE
- B2.ParticleSystem.FLAG REPULSIVE
- B2.ParticleSystem.FLAG SPRING
- B2.ParticleSystem.FLAG STATIC PRESSURE
- B2.ParticleSystem.FLAG TENSILE
- B2.ParticleSystem.FLAG VISCOUS
- B2.ParticleSystem.FLAG WALL
- B2.ParticleSystem.FLAG WATER
- B2.ParticleSystem.FLAG ZOMBIE