Difference between revisions of "B2.ParticleSystem:getParticleGroupList"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
=== Description ===
 
=== Description ===
Returns a list of particle groups.
+
<translate>Returns a list of particle groups.</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  b2.ParticleSystem:getParticleGroupList()
 
  b2.ParticleSystem:getParticleGroupList()
 
</source>
 
</source>

Revision as of 14:33, 23 August 2018

Available since: Gideros 2011.6

Description

Returns a list of particle groups.

 b2.ParticleSystem:getParticleGroupList()