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...")
(No difference)

Revision as of 11:04, 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 '