Difference between revisions of "Particles:removeParticles"

From GiderosMobile
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2016.06<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Particles|Particles]]<br/>
 +
=== <translate>Description</translate> ===
 
<translate>Remove particles by index in table or as arguments
 
<translate>Remove particles by index in table or as arguments
  
 
remove all particles
 
remove all particles
[[particles:removeParticles()]]
+
''particles:removeParticles()''
  
 
or remove specific partilces:
 
or remove specific partilces:
  
[[particles:removeParticles({1,2,3})]]
+
''particles:removeParticles({1,2,3})''
  
 
or
 
or
  
[[particles:removeParticles(1,2,3)]]</translate>
+
''particles:removeParticles(1,2,3)''</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Particles:removeParticles(particle indeces)
 
  Particles:removeParticles(particle indeces)
 
</source>
 
</source>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''particle indeces''': (table or arguments) <translate>table or arguments of indexes to remove</translate> <br/>
 
'''particle indeces''': (table or arguments) <translate>table or arguments of indexes to remove</translate> <br/>
 +
 +
{{Particles}}

Revision as of 23:21, 3 December 2019