Difference between revisions of "B2.ParticleSystem:destroyParticles"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' in development<br/>
+
'''<translate>Available since</translate>:''' in development<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate>Destroys particles</translate>
 
<translate>Destroys particles</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  b2.ParticleSystem:destroyParticles(ids)
 
  b2.ParticleSystem:destroyParticles(ids)
 
</source>
 
</source>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''ids''': (table) <translate>List of particle ids to destroy</translate> <br/>
 
'''ids''': (table) <translate>List of particle ids to destroy</translate> <br/>

Revision as of 08:29, 24 August 2018

Available since: in development

Description

Destroys particles

 b2.ParticleSystem:destroyParticles(ids)

Parameters

ids: (table) List of particle ids to destroy