Difference between revisions of "B2.ParticleSystem:destroyParticle"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Destroy particle by Id <source lang="lua"> = b2.ParticleSystem:destroyParticle(id,) </source> '''i...")
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' Gideros 2015.06.30<br/>
 
'''Available since:''' Gideros 2015.06.30<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/>
 +
 
=== Description ===
 
=== Description ===
Destroy particle by Id
+
Destroys particle by its Id.
<source lang="lua">
+
<syntaxhighlight lang="lua">
= b2.ParticleSystem:destroyParticle(id,)
+
b2.ParticleSystem:destroyParticle(id)
</source>
+
</syntaxhighlight>
'''id:''' (number) id of particle to destroy ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''id''': (number) id of particle to destroy <br/>
 +
 
 +
{{B2.ParticleSystem}}

Latest revision as of 17:20, 12 July 2023