Difference between revisions of "Particles:setParticleTag"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === set the tag associated to the given particle. <source lang="lua"> = Particles:setParticleTag(itag,) </...") |
|||
Line 4: | Line 4: | ||
set the tag associated to the given particle. | set the tag associated to the given particle. | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Particles:setParticleTag(i,tag) | |
</source> | </source> | ||
− | '''i | + | '''i''': (number) particle index ''''''<br/> |
− | '''tag | + | '''tag''': (string) tag to associate to this particle ''''''<br/> |
Revision as of 10:17, 23 August 2018
Available since: in development
Description
set the tag associated to the given particle.
Particles:setParticleTag(i,tag)
'i: (number) particle index '
'tag: (string) tag to associate to this particle '