This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:setunitminimapimage [2023/05/14 18:38] – [Examples] Now TabSpace based. Vertu | 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 | 100000000001 | ||
101200000001 | 101200000001 | ||
Line 25: | Line 25: | ||
111111111111" | 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)) | ||
</ | </ | ||
< | < |