Difference between revisions of "B2.ParticleSystem:containsParticle"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
=== Description ===
 
=== Description ===
 
Returns true if the particle is within the particle system.
 
Returns true if the particle is within the particle system.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(boolean) = b2.ParticleSystem:containsParticle(id)
 
(boolean) = b2.ParticleSystem:containsParticle(id)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 17:35, 12 July 2023