Map unit: Difference between revisions
Jump to navigation
Jump to search
→Link tags
imported>Leoetlino |
imported>Leoetlino |
||
Line 123: | Line 123: | ||
None LinkTags have no effect. They are only used to put different map unit objects into the same placement generation group. | None LinkTags have no effect. They are only used to put different map unit objects into the same placement generation group. | ||
Internally, they are all implemented by the same actor class (<code>LinkTag</code>) since they share most of their core functionality, with only small differences in effects. A single link tag can only handle 0x60 incoming links<ref>0x7100D388C4</ref>. | Internally, they are all implemented by the same actor class (<code>LinkTag</code>) since they share most of their core functionality, with only small differences in effects. A single link tag can only handle 0x60 incoming links<ref>0x7100D388C4</ref>. Only incoming links with defType <= 0xe are processed; other links are ignored. | ||
Parameters are documented in [[AIDef:Action/LinkTagBaseAction#MapUnitInstParams]]. | Parameters are documented in [[AIDef:Action/LinkTagBaseAction#MapUnitInstParams]]. |