Difference between revisions of "Particles:setParticleTag"
From GiderosMobile
Line 11: | Line 11: | ||
'''i''': (number) <translate>particle index</translate> <br/> | '''i''': (number) <translate>particle index</translate> <br/> | ||
'''tag''': (string) <translate>tag to associate to this particle</translate> <br/> | '''tag''': (string) <translate>tag to associate to this particle</translate> <br/> | ||
+ | |||
+ | {{Particles}} |
Revision as of 22:23, 3 December 2019
Available since: in development
Class: Particles
Description
set the tag associated to the given particle.
Particles:setParticleTag(i,tag)
Parameters
i: (number) particle index
tag: (string) tag to associate to this particle
- 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