Difference between revisions of "B2.ParticleSystem:destroyParticles"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Destroys particles <source lang="lua"> = b2.ParticleSystem:destroyParticles(ids,) </source> '''ids:'''...")
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(8 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 ===
Destroys particles
+
Destroys particles.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= b2.ParticleSystem:destroyParticles(ids,)
+
b2.ParticleSystem:destroyParticles(ids)
</source>
+
</syntaxhighlight>
'''ids:''' (table) List of particle ids to destroy ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''ids''': (table) List of particle ids to destroy <br/>
 +
 
 +
{{B2.ParticleSystem}}

Latest revision as of 18:20, 12 July 2023