Prototype/LinkedBelt: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 1.1.6  | 
				 include entity image  | 
				||
| Line 1: | Line 1: | ||
{{Prototype parent|Prototype/TransportBeltConnectable}}  | {{Prototype parent|Prototype/TransportBeltConnectable}}  | ||
A belt that can be connected to a belt anywhere else, including on a different surface, 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, see [https://lua-api.factorio.com/latest/LuaEntity.html#LuaEntity.connect_linked_belts connect_linked_belts] and other runtime functions.  | ||
{{Prototype TOC|linked-belt}}  | {{Prototype TOC|linked-belt}}  | ||
Revision as of 16:24, 20 July 2022

A belt that can be connected to a belt anywhere else, including on a different surface, 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.