Difference between revisions of "Particles:removeParticles"

From GiderosMobile
(3 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>Description</translate> ===
 
=== <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
[[Special:MyLanguage/particles:removeParticles()|particles:removeParticles()]]
+
''particles:removeParticles()''
  
 
or remove specific partilces:
 
or remove specific partilces:
  
[[Special:MyLanguage/particles:removeParticles({1,2,3})|particles:removeParticles({1,2,3})]]
+
''particles:removeParticles({1,2,3})''
  
 
or
 
or
  
[[Special:MyLanguage/particles:removeParticles(1,2,3)|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 19: 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