Difference between revisions of "Particles:setParticleTag"

From GiderosMobile
Line 6: Line 6:
 
  Particles:setParticleTag(i,tag)
 
  Particles:setParticleTag(i,tag)
 
</source>
 
</source>
'''i''': (number) particle index ''''''<br/>
+
=== Parameters ===
'''tag''': (string) tag to associate to this particle ''''''<br/>
+
'''i''': (number) particle index <br/>
 +
'''tag''': (string) tag to associate to this particle <br/>

Revision as of 11:44, 23 August 2018

Available since: in development

Description

set the tag associated to the given particle.

 Particles:setParticleTag(i,tag)

Parameters

i: (number) particle index
tag: (string) tag to associate to this particle