Difference between revisions of "B2.ParticleSystem:destroyParticle"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 6: Line 6:
 
=== Description ===
 
=== Description ===
 
Destroys particle by its Id.
 
Destroys particle by its Id.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
b2.ParticleSystem:destroyParticle(id)
 
b2.ParticleSystem:destroyParticle(id)
 
</source>
 
</source>

Revision as of 17:58, 12 July 2023