This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:getunitposition [2022/07/16 16:55] – Noted V2.4 change. Karsten75 | 4rpl:commands:getunitposition [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| <code 4rpl> | <code 4rpl> | ||
| GetUnitPosition(< | GetUnitPosition(< | ||
| + | |||
| + | # to extract the individual values from the above vector: | ||
| + | <-pos.x -> | ||
| + | <-pos.y -> | ||
| + | <-pos.z -> | ||
| + | |||
| + | # or use the .dot syntax above to directly access the values in the vector, or | ||
| + | |||
| + | EV3(< | ||
| + | |||
| </ | </ | ||
| - | A " | + | A " |
| <code 4rpl> | <code 4rpl> | ||