Difference between revisions of "Particles:getNearestParticle"

From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' 2020.9<br/> '''<translate>Class</translate>:''' Particles<br/> === <tran...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Get the nearest particle number from a specified point</translate>
 
<translate>Get the nearest particle number from a specified point</translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = Particles:getNearestParticle(x,y)
 
(number) = Particles:getNearestParticle(x,y)
 
</source>
 
</source>

Revision as of 15:30, 13 July 2023