Difference between revisions of "Particles:removeParticles"
From GiderosMobile
m (mostly formatting :-)) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<languages /> | <languages /> | ||
− | ''' | + | '''Available since:''' Gideros 2016.06<br/> |
− | ''' | + | '''Class:''' [[Special:MyLanguage/Particles|Particles]]<br/> |
− | === | + | |
− | + | === Description === | |
+ | Remove particles by index (table) or as arguments. | ||
remove all particles | remove all particles | ||
− | ''particles:removeParticles()'' | + | *''particles:removeParticles()'' |
− | |||
− | ''particles:removeParticles({1,2,3})'' | + | or remove specific particles: |
+ | *''particles:removeParticles({1,2,3})'' | ||
− | + | equivalent to: | |
− | + | *''particles:removeParticles(1,2,3)'' | |
− | ''particles:removeParticles(1,2,3)'' | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Particles:removeParticles(particle indices) | |
</source> | </source> | ||
− | === | + | |
− | '''particle | + | === Parameters === |
+ | '''particle indices''': (table or arguments) table or arguments of particle indices to remove<br/> | ||
{{Particles}} | {{Particles}} |
Revision as of 05:31, 24 October 2020
Available since: Gideros 2016.06
Class: Particles
Description
Remove particles by index (table) or as arguments.
remove all particles
- particles:removeParticles()
or remove specific particles:
- particles:removeParticles({1,2,3})
equivalent to:
- particles:removeParticles(1,2,3)
Particles:removeParticles(particle indices)
Parameters
particle indices: (table or arguments) table or arguments of particle indices 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:setParticleAcceleration
- Particles:setParticleAngle
- Particles:setParticleColor
- Particles:setParticleDecay
- Particles:setParticleExtra
- Particles:setParticlePosition
- Particles:setParticleSize
- Particles:setParticleSpeed
- Particles:setParticleTag
- Particles:setParticleTtl
- Particles:setPaused
- Particles:setTexture