Difference between revisions of "B2.ParticleSystem:destroyParticle"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2015.06.30<br/> | '''Available since:''' Gideros 2015.06.30<br/> | ||
=== Description === | === Description === | ||
− | Destroy particle by Id | + | <translate>Destroy particle by Id</translate> |
<source lang="lua"> | <source lang="lua"> | ||
b2.ParticleSystem:destroyParticle(id) | b2.ParticleSystem:destroyParticle(id) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''id''': (number) id of particle to destroy <br/> | + | '''id''': (number) <translate>id of particle to destroy</translate> <br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2015.06.30
Description
Destroy particle by Id
b2.ParticleSystem:destroyParticle(id)
Parameters
id: (number) id of particle to destroy