Map unit: Difference between revisions
Jump to navigation
Jump to search
→Link system
imported>Leoetlino |
imported>Leoetlino |
||
Line 17: | Line 17: | ||
== Link system == | == Link system == | ||
Map objects can be linked to other objects (up to 255 in a single generation group<ref>"一つの生成グループに 255 以上のアクタが指定されています。テストで無ければプログラマに相談"</ref>). These links allow implementing custom logic and callbacks (for example, DeadUp signals the destination object when the source object dies). | Map objects can be linked to other objects (up to 255 in a single generation group<ref>"一つの生成グループに 255 以上のアクタが指定されています。テストで無ければプログラマに相談"</ref>). These links allow implementing custom logic and callbacks (for example, DeadUp signals the destination object when the source object dies). | ||
Objects that are linked together, either directly or via indirect links, are put into the same generation group and loaded at the same time{{check}}. | |||
===Definitions=== | ===Definitions=== |