User Tools

Site Tools


crpl:docs:getunitsinrange

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:getunitsinrange [2013/01/14 19:01] – created chanicrpl:docs:getunitsinrange [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+ 
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#unit_commands|Unit Commands]] 
 +=====  GetUnitsInRange  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +|Coordinates and range|Number of units in range |''i1 i2 f1 -- l1 l2...ln n ''
 + 
 + 
 +=== Description === 
 +Returns the unit UID's of all built player units that are landed and within range.  The function pushes the n UID's onto the stack followed by the integer n, where n is the number of units. 
 + 
 +Note: This command will also detect Tech Artifacts, Message Artifacts, Power Zones and Shield Keys. 
 + 
 +=== Examples === 
 +<code> 
 +CurrentCoords 15 GetUnitsInRange 
 +0 do 
 +   ->unit 
 +   <-unit trace 
 +loop 
 + 
 +</code> 
crpl/docs/getunitsinrange.1358190077.txt.gz · Last modified: 2025/02/14 14:56 (external edit)