Difference between revisions of "Particles:setParticleTag"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' in development<br/> | '''Available since:''' in development<br/> | ||
=== Description === | === Description === | ||
− | set the tag associated to the given particle. | + | <translate>set the tag associated to the given particle.</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Particles:setParticleTag(i,tag) | Particles:setParticleTag(i,tag) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''i''': (number) particle index <br/> | + | '''i''': (number) <translate>particle index</translate> <br/> |
− | '''tag''': (string) tag to associate to this particle <br/> | + | '''tag''': (string) <translate>tag to associate to this particle</translate> <br/> |
Revision as of 13:33, 23 August 2018
Available since: in development
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