Types/EnergySource: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == Specifies the way the entity gets its energy. === type === '''Type''': Types/String Only valid values are "electric" or "burner", it specifies the type of th...")
 
(Removed old prototype docs)
Tag: Replaced
 
(54 intermediate revisions by 10 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/types/EnergySource.html https://lua-api.factorio.com/latest/types/EnergySource.html]
Specifies the way the entity gets its energy.
=== type ===
'''Type''': [[Types/String]]


Only valid values are "electric" or "burner", it specifies the type of the energy source to be used.
</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>
== Electric energy source ==
=== buffer_capacity ===
'''Type''': [[Types/EnergyAmount]]
=== input_priority ===
'''Type''': [[Types/EnergyPriority]]
=== input_flow_limit ===
'''Type''': [[Types/EnergyPower]]
=== output_priority ===
'''Type''': [[Types/EnergyPriority]]
=== output_flow_limit ===
'''Type''': [[Types/EnergyPower]]
== Burner ==
=== effectivity ===
'''Type''': [[Types/float]]
 
Value specifying the amount of burning value of the item to be transferred into the energy.
1 means 100% effectivity.
=== fuel_inventory_size ===
'''Type''': [[Types/InventorySize]]
=== smoke===
'''Type''': [[Types/SmokeSources]]

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/types/EnergySource.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.