Difference between revisions of "Particles:getParticleTag"
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>returns the tag associated to the given particle</translate> | <translate>returns the tag associated to the given particle</translate> | ||
<source lang="lua"> | <source lang="lua"> | ||
(string) = Particles:getParticleTag(i) | (string) = Particles:getParticleTag(i) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''i''': (number) <translate>particle index</translate> <br/> | '''i''': (number) <translate>particle index</translate> <br/> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (string) <translate>tag</translate><br/> | + | '''<translate>Returns</translate>''' (string) <translate>tag</translate><br/> |
Revision as of 07:27, 24 August 2018
Available since: in development
Description
returns the tag associated to the given particle
(string) = Particles:getParticleTag(i)
Parameters
i: (number) particle index
Return values
Returns (string) tag