Difference between revisions of "B2.ParticleSystem:destroyParticles"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Destroys particles <source lang="lua"> = b2.ParticleSystem:destroyParticles(ids,) </source> '''ids:'''...") |
|||
Line 4: | Line 4: | ||
Destroys particles | Destroys particles | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | b2.ParticleSystem:destroyParticles(ids) | |
</source> | </source> | ||
− | '''ids | + | '''ids''': (table) List of particle ids to destroy ''''''<br/> |
Revision as of 10:16, 23 August 2018
Available since: in development
Description
Destroys particles
b2.ParticleSystem:destroyParticles(ids)
'ids: (table) List of particle ids to destroy '