Particles:setParticleTag

From GiderosMobile
Revision as of 10:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === set the tag associated to the given particle. <source lang="lua"> = Particles:setParticleTag(itag,) </...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: in development

Description

set the tag associated to the given particle.

= Particles:setParticleTag(itag,)

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