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...") |
|||
Line 4: | Line 4: | ||
Destroy particle by Id | Destroy particle by Id | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | b2.ParticleSystem:destroyParticle(id) | |
</source> | </source> | ||
− | '''id | + | '''id''': (number) id of particle to destroy ''''''<br/> |
Revision as of 10:21, 23 August 2018
Available since: Gideros 2015.06.30
Description
Destroy particle by Id
b2.ParticleSystem:destroyParticle(id)
'id: (number) id of particle to destroy '