Difference between revisions of "Particles:removeParticles"

From GiderosMobile
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
 
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Particles|Particles]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Particles|Particles]]<br/>
Line 6: Line 7:
  
 
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)
Line 20: Line 21:
 
=== <translate>Parameters</translate> ===
 
=== <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