This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:getwall [2014/01/09 04:17] – [GetWall] Flabort | crpl:docs:getwall [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | ||
<- [[crpl: | <- [[crpl: | ||
===== GetWall | ===== GetWall | ||
Line 12: | Line 11: | ||
Values in between represent varying degrees of health for the wall. | Values in between represent varying degrees of health for the wall. | ||
=== Examples === | === Examples === | ||
- | < | + | This script will check if there is any single wall piece under the CRPL core this script is attached to. If there is, it will trace 1 (TRUE), if not, it will trace 0 (FALSE). |
+ | < | ||
+ | CurrentX ->x | ||
+ | CurrentY ->y | ||
- | === Possible Issues === | + | Self CONST_CELLWIDTH GetUnitAttribute -> |
- | In one coder' | + | Self CONST_CELLHEIGHT GetUnitAttribute -> |
+ | |||
+ | <-cellWidth 2 div ->cellWidthRadius | ||
+ | < | ||
+ | |||
+ | FALSE -> | ||
+ | |||
+ | #iterate over all cells occupied | ||
+ | <-y < | ||
+ | <-x < | ||
+ | I J GetWall | ||
+ | <-wall 0 gt if | ||
+ | TRUE -> | ||
+ | endif | ||
+ | loop | ||
+ | loop | ||
+ | |||
+ | ShowTraceLog | ||
+ | < | ||
+ | </code> |