Difference between revisions of "Particles:removeParticles"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 16: Line 16:
 
equivalent to:
 
equivalent to:
 
*''particles:removeParticles(1,2,3)''
 
*''particles:removeParticles(1,2,3)''
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Particles:removeParticles(particleIndices)
 
Particles:removeParticles(particleIndices)
 
</source>
 
</source>

Revision as of 15:30, 13 July 2023