This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:setunitminimapimage [2021/06/21 10:11] – only works for custom units heritor | 4rpl:commands:setunitminimapimage [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ===== Examples ===== | ===== Examples ===== | ||
| <code 4rpl> | <code 4rpl> | ||
| - | " | + | " |
| - | | + | 100000000001 |
| - | | + | 101200000001 |
| - | | + | 101200100001 |
| - | | + | 101200100001 |
| - | | + | 101111111001 |
| - | | + | 100000122001 |
| - | | + | 100000120001 |
| - | | + | 100000120001 |
| - | | + | 100000000001 |
| - | | + | 100000000001 |
| - | | + | 111111111111" |
| - | SetUnitMiniMapImage(self < | + | SetUnitMiniMapImage(self < |
| + | </ | ||
| + | <code 4rpl> | ||
| + | " | ||
| + | 000000000000 | ||
| + | 000000000000 | ||
| + | 000000000000 | ||
| + | 000011110000 | ||
| + | 000012210000 | ||
| + | 000012210000 | ||
| + | 000011110000 | ||
| + | 000000000000 | ||
| + | 000000000000 | ||
| + | 000000000000 | ||
| + | 000000000000" | ||
| + | SetUnitMiniMapImage(self < | ||
| + | SetUnitMiniMapImageColor(self V4(0 1 0 1)) | ||
| </ | </ | ||
| < | < | ||