Difference between revisions of "Particles:getParticleColor"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Get color and alpha value of particle</translate>
 
<translate>Get color and alpha value of particle</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(color), (alpha) = Particles:getParticleColor(i)
 
(color), (alpha) = Particles:getParticleColor(i)
 
</source>
 
</source>

Revision as of 15:30, 13 July 2023