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