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...")
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' in development<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' in development<br/>
returns the tag associated to the given particle
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/Particles|Particles]]<br/>
 +
=== <translate>Description</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>
'''i:''' (number) particle index ''''''<br/>
+
=== <translate>Parameters</translate> ===
'''Returns''' (string) tag<br/>
+
'''i''': (number) <translate>particle index</translate> <br/>
 +
=== <translate>Return values</translate> ===
 +
'''<translate>Returns</translate>''' (string) <translate>tag</translate><br/>
 +
 
 +
{{Particles}}

Revision as of 23:20, 3 December 2019