Prototype/LinkedBelt: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Updated styling of prototype doc migration note)
(Removed old prototype docs)
 
Line 2: Line 2:


</p><p>This wiki page is no longer updated and '''will be removed at some point in the future''', so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback [https://forums.factorio.com/viewforum.php?f=233 on the forums].</p></div>
</p><p>This wiki page is no longer updated and '''will be removed at some point in the future''', so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback [https://forums.factorio.com/viewforum.php?f=233 on the forums].</p></div>
{{Prototype parent|Prototype/TransportBeltConnectable}}
[[File:Linked belt entity.png|300px|right]]A belt that can be connected to a belt anywhere else, including on a different surface. The linked belts have to be [[Console#Connect_linked_belts|connected with console commands]] or runtime scripting in mods or scenarios. See [https://lua-api.factorio.com/latest/LuaEntity.html#LuaEntity.connect_linked_belts connect_linked_belts] and other runtime functions.
{{Prototype TOC|linked-belt}}
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/TransportBeltConnectable]].
{{Prototype property|structure|[[Types/table|table]]}}
Table with the following members:
* direction_in - [[Types/Sprite4Way|Sprite4Way]] - Mandatory.
* direction_out - [[Types/Sprite4Way|Sprite4Way]] - Mandatory.
* back_patch - [[Types/Sprite4Way|Sprite4Way]] - Optional.
* front_patch - [[Types/Sprite4Way|Sprite4Way]] - Optional.
* direction_in_side_loading - [[Types/Sprite4Way|Sprite4Way]] - Optional.
* direction_out_side_loading - [[Types/Sprite4Way|Sprite4Way]] - Optional.
== Optional properties ==
{{Prototype property|structure_render_layer|[[Types/RenderLayer|RenderLayer]]|"object"|optional=true}}
{{Prototype property|allow_clone_connection|[[Types/bool|bool]]|true|optional=true}}
{{Prototype property|allow_blueprint_connection|[[Types/bool|bool]]|true|optional=true}}
{{Prototype property|allow_side_loading|[[Types/bool|bool]]|false|optional=true}}

Latest revision as of 14:32, 25 October 2024

The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/prototypes/LinkedBeltPrototype.html

This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.