Difference between revisions of "Particles:getDeadParticles"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2022.5<br/> '''<translate>Class</translate>:''' Particles<br/> =...") |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2022.5<br/> | |
− | ''' | + | '''Class:''' [[Particles]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Gets a list of recently destroyed particles due to ttl reaching 0. | |
− | < | + | <syntaxhighlight lang="lua"> |
(table) = Particles:getDeadParticles() | (table) = Particles:getDeadParticles() | ||
− | </ | + | </syntaxhighlight> |
− | === | + | |
− | ''' | + | === Return values === |
+ | '''Returns''' (table) list of expired particles<br/> | ||
{{Particles}} | {{Particles}} |
Latest revision as of 20:31, 21 September 2023
Available since: Gideros 2022.5
Class: Particles
Description
Gets a list of recently destroyed particles due to ttl reaching 0.
(table) = Particles:getDeadParticles()
Return values
Returns (table) list of expired particles
- 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