B2.ParticleSystem:containsParticle

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' in development<br/> === Description === Returns true of particle is within the particle system <source lang="lua"> (boolean), = b2.ParticleSys...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: in development

Description

Returns true of particle is within the particle system

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

'id: (number) Particle id '
Returns (boolean) True if the particle is within the particle system else false.