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