Difference between revisions of "B2.ParticleSystem:containsParticle"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' in development<br/>
+
'''Available since:''' in development<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/>
+
'''Class:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/>
=== <translate>Description</translate> ===
+
 
<translate>Returns true of particle is within the particle system</translate>
+
=== Description ===
 +
Returns true if the particle is within the particle system.
 
<source lang="lua">
 
<source lang="lua">
 
(boolean) = b2.ParticleSystem:containsParticle(id)
 
(boolean) = b2.ParticleSystem:containsParticle(id)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''id''': (number) <translate>Particle id</translate> <br/>
+
=== Parameters ===
=== <translate>Return values</translate> ===
+
'''id''': (number) Particle id <br/>
'''<translate>Returns</translate>''' (boolean) <translate>True if the particle is within the particle system else false.</translate><br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (boolean) true if the particle is within the particle system else false.<br/>
 +
 
 +
{{B2.ParticleSystem}}

Revision as of 21:16, 17 February 2020