Difference between revisions of "Particles:getParticleTag"
From GiderosMobile
Line 6: | Line 6: | ||
(string) = Particles:getParticleTag(i) | (string) = Particles:getParticleTag(i) | ||
</source> | </source> | ||
− | '''i''': (number) particle index | + | === Parameters === |
+ | '''i''': (number) particle index <br/> | ||
+ | === Return values === | ||
'''Returns''' (string) tag<br/> | '''Returns''' (string) tag<br/> |
Revision as of 10:44, 23 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