Difference between revisions of "Particles:getParticles"

From GiderosMobile
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' in development<br/>
+
'''Available since:''' Gideros 2016.10<br/>
 +
'''Class:''' [[Particles]]<br/>
 +
 
 
=== Description ===
 
=== Description ===
<translate>Retrieve particles states of this system</translate>
+
Retrieves the particles states of this system.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(table) = Particles:getParticles(set,tag)
 
(table) = Particles:getParticles(set,tag)
</source>
+
</syntaxhighlight>
 +
 
 
=== Parameters ===
 
=== Parameters ===
'''set''': (table, optional) <translate>Optional set of particle indices to query</translate> '''optional'''<br/>
+
'''set''': (table, optional) optional set of particle indices to query '''optional'''<br/>
'''tag''': (string, optional) <translate>only return particles matching this tag</translate> '''optional'''<br/>
+
'''tag''': (string, optional) only return particles matching this tag '''optional'''<br/>
 +
 
 
=== Return values ===
 
=== Return values ===
'''Returns''' (table) <translate>table containing the state of each particle in the system matching tag if any</translate><br/>
+
'''Returns''' (table) table containing the state of each particle in the system matching tag if any<br/>
 +
 
 +
{{Particles}}

Latest revision as of 21:46, 21 September 2023