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...")
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/>
 +
 
=== Description ===
 
=== Description ===
 
Returns a list of particle groups.
 
Returns a list of particle groups.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= b2.ParticleSystem:getParticleGroupList()
+
b2.ParticleSystem:getParticleGroupList()
</source>
+
</syntaxhighlight>
 +
 
 +
{{B2.ParticleSystem}}

Latest revision as of 18:23, 12 July 2023