Difference between revisions of "Particles:getDeadParticles"

From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2022.5<br/> '''<translate>Class</translate>:''' Particles<br/> =...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>get a list of recently destroyed particles due to ttl reaching 0</translate>
 
<translate>get a list of recently destroyed particles due to ttl reaching 0</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(table) = Particles:getDeadParticles()
 
(table) = Particles:getDeadParticles()
 
</source>
 
</source>

Revision as of 15:30, 13 July 2023