Prototype/ItemWithEntityData: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(1.1)
(Removed old prototype docs)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Prototype parent|Prototype/Item}}
<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/ItemWithEntityDataPrototype.html https://lua-api.factorio.com/latest/prototypes/ItemWithEntityDataPrototype.html]
ItemWithEntityData saves data associated with the entity that it represents, for example the content of the equipment grid of a car.


{{Prototype TOC|item-with-entity-data}}
</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>
 
== Optional properties ==
 
{{Prototype property|icon_tintables, icon_tintable, icon_size (IconSpecification)|[[Types/IconSpecification|IconSpecification]]|optional=true}}
A tintable icon sprite. Uses <code>icon_tintables</code> instead of <code>icons</code> and <code>icon_tintable</code> instead of <code>icon</code>. Inside <code>icon_tintables</code>, the property for the file path is <code>icon_tintable</code> instead of <code>icon</code>.
 
{{Prototype property|icon_tintable_masks, icon_tintable_mask, icon_size (IconSpecification)|[[Types/IconSpecification|IconSpecification]]|optional=true}}
A tintable icon mask. Uses <code>icon_tintable_masks</code> instead of <code>icons</code> and <code>icon_tintable_mask</code> instead of <code>icon</code>. Inside <code>icon_tintable_masks</code>, the property for the file path is <code>icon_tintable_mask</code> instead of <code>icon</code>.

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