Prototype/Inserter: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page.)
 
(Removed old prototype docs)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Basics ==
<div class="stub"><p>'''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/InserterPrototype.html https://lua-api.factorio.com/latest/prototypes/InserterPrototype.html]
An [[inserter]]. Based on [[Prototype/EntityWithHealth]].


== Properties ==
</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>
This prototype inherits all the properties from [[Prototype/EntityWithHealth]].
 
=== insert_distance ===
Type: [[Types/double]]
 
The distance at which this inserter inserts. This is 0.85 for most inserters, and 1.85 for long-handed inserters.
 
=== pickup_distance ===
Type: [[Types/double]]
 
The distance at which this inserter picks up items. This is 1 for most inserters, and 2 for long-handed inserters.
 
=== energy_per_movement ===
Type: [[Types/double]]
 
Unknown units. This is 5 for most inserters, 100 for burner inserters and 7 for smart inserters.
 
=== energy_per_rotation ===
Type: [[Types/double]]
 
Unknown units. This is 5 for most inserters, 100 for burner inserters and 7 for smart inserters.
 
=== energy_source ===
Type: [[Types/EnergySource]]
 
Defines how this inserter gets energy.
 
=== extension_speed ===
Type: [[Types/double]]
 
Unknown units. This is 0.028 for normal inserters, 0.02 for burner inserters, 0.04 for long-handed inserters, 0.07 for fast inserters and smart inserters.
 
=== filter_count ===
Type: [[Types/unsigned]]
 
The number of filter slots this inserter has.
 
=== hand_base_picture ===
Type: [[Types/Sprite]]
 
=== hand_open_picture ===
Type: [[Types/Sprite]]
 
=== hand_closed_picture ===
Type: [[Types/Sprite]]
 
=== platform_picture ===
Type: [[Types/Sprite]]
 
=== programmable ===
Type: [[Types/bool]]
 
Optional. Whether this inserter can be connected to the [[circuit network]]. Defaults to false.
 
=== uses_arm_movement ===
Type: [[Types/string]]
 
Unknown if this is actually used. Set to "basic-inserter" for smart inserters, and not set for any other inserters.

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/InserterPrototype.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.