Difference between revisions of "Particles:removeParticles"
From GiderosMobile
| Line 21: | Line 21: | ||
=== <translate>Parameters</translate> ===  | === <translate>Parameters</translate> ===  | ||
'''particle indeces''': (table or arguments) <translate>table or arguments of indexes to remove</translate> <br/>  | '''particle indeces''': (table or arguments) <translate>table or arguments of indexes to remove</translate> <br/>  | ||
| + | |||
| + | {{Particles}}  | ||
Revision as of 22:21, 3 December 2019
Available since: Gideros 2016.06
Class: Particles
Description
Remove particles by index in table or as arguments
remove all particles particles:removeParticles()
or remove specific partilces:
particles:removeParticles({1,2,3})
or
particles:removeParticles(1,2,3)
 Particles:removeParticles(particle indeces)
Parameters
particle indeces: (table or arguments) table or arguments of indexes to remove 
- Particles
 - Particles.new
 - Particles:addParticles
 - Particles:clearTexture
 - Particles:getDeadParticles
 - Particles:getNearestParticle
 - Particles:getNumParticles
 - Particles:getParticleAcceleration
 - Particles:getParticleAngle
 - Particles:getParticleColor
 - Particles:getParticleDecay
 - Particles:getParticleExtra
 - Particles:getParticlePosition
 - Particles:getParticleSize
 - Particles:getParticleSpeed
 - Particles:getParticleTag
 - Particles:getParticleTtl
 - Particles:getParticles
 - Particles:isPaused
 - Particles:removeParticles
 - Particles:scaleParticles
 - Particles:setMinimumSize
 - Particles:setParticleAcceleration
 - Particles:setParticleAngle
 - Particles:setParticleColor
 - Particles:setParticleDecay
 - Particles:setParticleExtra
 - Particles:setParticlePosition
 - Particles:setParticleSize
 - Particles:setParticleSpeed
 - Particles:setParticleTag
 - Particles:setParticleTtl
 - Particles:setPaused
 - Particles:setTexture