Difference between revisions of "B2.ParticleSystem:destroyParticle"

From GiderosMobile
(3 intermediate revisions by one other user 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 ===
<translate>Destroy particle by Id</translate>
+
Destroys particle by its Id.
 
<source lang="lua">
 
<source lang="lua">
b2.ParticleSystem:destroyParticle(id)
+
b2.ParticleSystem:destroyParticle(id)
 
</source>
 
</source>
 +
 
=== Parameters ===
 
=== Parameters ===
'''id''': (number) <translate>id of particle to destroy</translate> <br/>
+
'''id''': (number) id of particle to destroy <br/>
 +
 
 +
{{B2.ParticleSystem}}

Revision as of 20:26, 17 February 2020