Types/HeatBuffer: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Updated styling of prototype doc migration note)
(Removed old prototype docs)
 
Line 2: Line 2:


</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>
</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>
Used to specify heat capacity properties without a [[Types/EnergySource#Heat_energy_source|heat energy source]].
== Mandatory properties ==
=== max_temperature ===
'''Type''': [[Types/double]]
Must be >= default_temperature.
=== specific_heat ===
'''Type''': [[Types/Energy]]
=== max_transfer ===
'''Type''': [[Types/Energy]]
== Optional properties ==
=== default_temperature ===
'''Type''': [[Types/double]]
'''Default''': 15
=== min_temperature_gradient ===
'''Type''': [[Types/double]]
'''Default''': 1
=== min_working_temperature ===
'''Type''': [[Types/double]]
'''Default''': 15
Must be >= default_temperature and <= max_temperature.
=== minimum_glow_temperature ===
'''Type''': [[Types/float]]
'''Default''': 1
=== pipe_covers ===
'''Type''': [[Types/Sprite4Way]]
=== heat_pipe_covers ===
'''Type''': [[Types/Sprite4Way]]
=== heat_picture ===
'''Type''': [[Types/Sprite4Way]]
=== heat_glow ===
'''Type''': [[Types/Sprite4Way]]
=== connections ===
'''Type''': [[Types/table]] of [[Types/HeatConnection]]
The table may only contain up to 32 connections.

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