Prototype/LinkedBelt: Difference between revisions
(Fix run-on sentence) |
(Migrated prototype doc to separate website) |
||
Line 1: | Line 1: | ||
'''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 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 [https://forums.factorio.com/viewforum.php?f=233 on the forums]. | |||
{{Prototype parent|Prototype/TransportBeltConnectable}} | {{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. | [[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. |
Revision as of 17:52, 16 August 2023
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.
A belt that can be connected to a belt anywhere else, including on a different surface. The linked belts have to be connected with console commands or runtime scripting in mods or scenarios. See connect_linked_belts and other runtime functions.
Mandatory properties
This prototype inherits all the properties from Prototype/TransportBeltConnectable.
Template:Prototype property Table with the following members:
- direction_in - Sprite4Way - Mandatory.
- direction_out - Sprite4Way - Mandatory.
- back_patch - Sprite4Way - Optional.
- front_patch - Sprite4Way - Optional.
- direction_in_side_loading - Sprite4Way - Optional.
- direction_out_side_loading - Sprite4Way - Optional.