Prototype/Loader1x2: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Converted to SMW format)
Line 1: Line 1:
{{Prototype parent|Prototype/TransportBeltConnectable}}
{{Prototype parent|Prototype/TransportBeltConnectable}}
Continuously loads and unloads machines, as an alternative to inserters.


== Basics ==
{{Prototype TOC|loader}}
Prototype type: '''loader'''
 
Extends [[Prototype/TransportBeltConnectable]].


== Mandatory properties ==
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/TransportBeltConnectable]].
This prototype inherits all the properties from [[Prototype/TransportBeltConnectable]].


=== structure ===
{{Prototype property|structure|[[Types/table|table]]}}
'''Type''': [[Types/table]]
 
Table with the following mandatory members:
Table with the following mandatory members:


* direction_in - [[Types/Sprite4Way]]
* direction_in - [[Types/Sprite4Way|Sprite4Way]]
* direction_out - [[Types/Sprite4Way]]
* direction_out - [[Types/Sprite4Way|Sprite4Way]]
 
=== filter_count ===
'''Type''': [[Types/uint8]]


{{Prototype property|filter_count|[[Types/uint8|uint8]]}}
Maximum count of filtered items in loader is 5.
Maximum count of filtered items in loader is 5.


== Optional properties ==
== Optional properties ==


=== structure_render_layer ===
{{Prototype property|structure_render_layer|[[Types/RenderLayer|RenderLayer]]|"lower-object"|optional=true}}
'''Type''': [[Types/RenderLayer]]
 
'''Default''': "lower-object"
 
=== container_distance ===
'''Type''': [[Types/double]]
 
'''Default''': 1.5
 
=== belt_distance ===
'''Type''': [[Types/double]]


'''Default''': 0.5
{{Prototype property|container_distance|[[Types/double|double]]|1.5|optional=true}}


=== belt_length ===
{{Prototype property|belt_distance|[[Types/double|double]]|0.5|optional=true}}
'''Type''': [[Types/double]]


'''Default''': 0.5
{{Prototype property|belt_length|[[Types/double|double]]|0.5|optional=true}}

Revision as of 17:21, 5 August 2019

Template:Prototype parent Continuously loads and unloads machines, as an alternative to inserters.

Template:Prototype TOC

Mandatory properties

This prototype inherits all the properties from Prototype/TransportBeltConnectable.

Template:Prototype property Table with the following mandatory members:

Template:Prototype property Maximum count of filtered items in loader is 5.

Optional properties

Template:Prototype property

Template:Prototype property

Template:Prototype property

Template:Prototype property