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...")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' in development<br/>
 
'''Available since:''' in development<br/>
 +
'''Class:''' [[Particles]]<br/>
 +
 
=== Description ===
 
=== Description ===
returns the tag associated to the given particle
+
Returns the tag associated to the given particle.
<source lang="lua">
+
<syntaxhighlight lang="lua">
(string), = Particles:getParticleTag(i,)
+
(string) = Particles:getParticleTag(i)
</source>
+
</syntaxhighlight>
'''i:''' (number) particle index ''''''<br/>
+
 
 +
=== Parameters ===
 +
'''i''': (number) particle index<br/>
 +
 
 +
=== Return values ===
 
'''Returns''' (string) tag<br/>
 
'''Returns''' (string) tag<br/>
 +
 +
{{Particles}}

Latest revision as of 21:40, 21 September 2023