Difference between revisions of "Particles:setParticleTag"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' in development<br/> | + | '''<translate>Available since</translate>:''' in development<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate>set the tag associated to the given particle.</translate> | <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 === | + | === <translate>Parameters</translate> === |
'''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/> |
Revision as of 07:30, 24 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