Difference between revisions of "B2.ParticleSystem:getParticleGroupList"
From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight") |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
=== Description === | === Description === | ||
Returns a list of particle groups. | Returns a list of particle groups. | ||
− | < | + | <syntaxhighlight lang="lua"> |
b2.ParticleSystem:getParticleGroupList() | b2.ParticleSystem:getParticleGroupList() | ||
− | </ | + | </syntaxhighlight> |
{{B2.ParticleSystem}} | {{B2.ParticleSystem}} |
Latest revision as of 17:23, 12 July 2023
Available since: Gideros 2011.6
Class: b2.ParticleSystem
Description
Returns a list of particle groups.
b2.ParticleSystem:getParticleGroupList()
- 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