This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:setmversecreatesunitghost [2021/06/15 05:20] – [Description] Typo fix durikkan | 4rpl:commands:setmversecreatesunitghost [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 10: | Line 10: | ||
===== Description ===== | ===== Description ===== | ||
Specifies if a custom unit will create an mverse ghost. An mverse ghost is the colored representation of a unit that is seen by other mverse players. If a ghost is created it will match the general look and position/ | Specifies if a custom unit will create an mverse ghost. An mverse ghost is the colored representation of a unit that is seen by other mverse players. If a ghost is created it will match the general look and position/ | ||
+ | |||
+ | For custom units that are pre-placed in the map, it is suggested to use this call inside [[func_gameloaded|: | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | SetMVerseCreatesUnitGhost(self false) | + | : |
+ | | ||
</ | </ | ||
< | < | ||