Difference between revisions of "B2.ParticleSystem:destroyParticle"

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

Latest revision as of 17:20, 12 July 2023