Difference between revisions of "Particles:getParticleTag"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === returns the tag associated to the given particle <source lang="lua"> (string), = Particles:getParticle...")
 
Line 4: Line 4:
 
returns the tag associated to the given particle
 
returns the tag associated to the given particle
 
<source lang="lua">
 
<source lang="lua">
(string), = Particles:getParticleTag(i,)
+
(string) = Particles:getParticleTag(i)
 
</source>
 
</source>
'''i:''' (number) particle index ''''''<br/>
+
'''i''': (number) particle index ''''''<br/>
 
'''Returns''' (string) tag<br/>
 
'''Returns''' (string) tag<br/>

Revision as of 10:17, 23 August 2018

Available since: in development

Description

returns the tag associated to the given particle

(string) = Particles:getParticleTag(i)

'i: (number) particle index '
Returns (string) tag