Difference between revisions of "Particles:getDeadParticles"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2022.5<br/>
'''<translate>Available since</translate>:''' Gideros 2022.5<br/>
+
'''Class:''' [[Particles]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Particles|Particles]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>get a list of recently destroyed particles due to ttl reaching 0</translate>
+
Gets a list of recently destroyed particles due to ttl reaching 0.
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(table) = Particles:getDeadParticles()
 
(table) = Particles:getDeadParticles()
</source>
+
</syntaxhighlight>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (table) List of expired particles<br/>
+
=== Return values ===
 +
'''Returns''' (table) list of expired particles<br/>
  
 
{{Particles}}
 
{{Particles}}

Latest revision as of 21:31, 21 September 2023