Difference between revisions of "B2.ParticleSystem:getParticleGroupList"

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

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description

Returns a list of particle groups.

 b2.ParticleSystem:getParticleGroupList()