Difference between revisions of "B2.ParticleSystem:containsParticle"
From GiderosMobile
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| '''<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>Description</translate> === | === <translate>Description</translate> === | ||
| <translate>Returns true of particle is within the particle system</translate> | <translate>Returns true of particle is within the particle system</translate> | ||
Revision as of 09:28, 24 August 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.
