Difference between revisions of "Particles:getParticleTag"
From GiderosMobile
Line 12: | Line 12: | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
'''<translate>Returns</translate>''' (string) <translate>tag</translate><br/> | '''<translate>Returns</translate>''' (string) <translate>tag</translate><br/> | ||
+ | |||
+ | {{Particles}} |
Revision as of 22:20, 3 December 2019
Available since: in development
Class: Particles
Description
returns the tag associated to the given particle
(string) = Particles:getParticleTag(i)
Parameters
i: (number) particle index
Return values
Returns (string) tag
- 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