This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:getenemyunitsinrange [2013/05/12 16:07] – jmaps | crpl:docs:getenemyunitsinrange [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | + | |
<- [[crpl: | <- [[crpl: | ||
===== GetEnemyUnitsInRange | ===== GetEnemyUnitsInRange | ||
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | |Coordinates and range|Number of enemy units in range and their UID' | + | |Coordinates and range|Number of enemy units in range and their UID' |
=== Description === | === Description === | ||
- | Returns a list of unit UID's. Returns | + | Pushes the UID' |
=== Examples === | === Examples === | ||
< | < | ||
Line 15: | Line 15: | ||
do (GetEnemyUnitsInRange(0 0 9999) 0) | do (GetEnemyUnitsInRange(0 0 9999) 0) | ||
-> | -> | ||
- | if (GetUnitType(< | + | if (GetUnitType(< |
< | < | ||
endif | endif |