User Tools

Site Tools


prpl:getparticlecountinradius

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
prpl:getparticlecountinradius [2016/12/02 23:34] – external edit 127.0.0.1prpl:getparticlecountinradius [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]]+<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#particles|Particles]]
  
-=====  GETPARTICLECOUNTINRADIUS  =====+=====  GetParticleCountInRadius  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| | | [ - ] |+x y range square? enemy? count | [ int int int bool bool int ] |
  
  
 === Description === === Description ===
 +Gets the number of particles in the specified area: //(x,y)// is the center in cell coordinates, the //range// is the **radius** of the search is cells. If //square// is set, it will search in a square area, otherwise a circle area. Only particles from the specified team are counted.
 +
 +Returns the count of all found particles. See [[prpl:getnearestshipinrange|GetNearestShipInRange]] for more details.
  
 === Examples === === Examples ===
-<code> i5 = GetIntFromStack(); //enemy  +<code prpl
- i4 = GetIntFromStack(); //square  +CurrentCoords 5 0 1 GetParticlesInRadius ->count 
- i3 = GetIntFromStack(); //range  +# counts all enemy particles that are 5 or less cells away from the current core
- i2 = GetIntFromStack(); //y  +
- i1 = GetIntFromStack(); //x  +
- stack.Push(new Data(c));  +
- +
 </code> </code>
  
prpl/getparticlecountinradius.1480721640.txt.gz · Last modified: 2025/02/14 14:56 (external edit)