Difference between revisions of "B2.ParticleSystem:containsParticle"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' in development<br/>
 
'''<translate>Available since</translate>:''' in development<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/>

Revision as of 10:58, 3 September 2018


Available since: in development
Class: b2.ParticleSystem

Description

Returns true of particle is within the particle system

(boolean) = b2.ParticleSystem:containsParticle(id)

Parameters

id: (number) Particle id

Return values

Returns (boolean) True if the particle is within the particle system else false.