Difference between revisions of "Particles:setParticleTag"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === set the tag associated to the given particle. <source lang="lua"> = Particles:setParticleTag(itag,) </...")
 
(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/>
set the tag associated to the given particle.
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/Particles|Particles]]<br/>
 +
=== <translate>Description</translate> ===
 +
<translate>set the tag associated to the given particle.</translate>
 
<source lang="lua">
 
<source lang="lua">
= Particles:setParticleTag(itag,)
+
Particles:setParticleTag(i,tag)
 
</source>
 
</source>
'''i:''' (number) particle index ''''''<br/>
+
=== <translate>Parameters</translate> ===
'''tag:''' (string) tag to associate to this particle ''''''<br/>
+
'''i''': (number) <translate>particle index</translate> <br/>
 +
'''tag''': (string) <translate>tag to associate to this particle</translate> <br/>
 +
 
 +
{{Particles}}

Revision as of 23:23, 3 December 2019