PrototypeBase: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Removed old prototype docs)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Prototype parent}}
<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/PrototypeBase.html https://lua-api.factorio.com/latest/prototypes/PrototypeBase.html]


== Basics ==
</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 type is abstract and cannot be created directly.
 
The abstract base for all prototypes. All prototypes inherit from this prototype.
 
== Mandatory properties ==
=== type ===
'''Type''': [[Types/string]]
 
Specification of the type of the prototype.
 
For a list of all available types and their properties, see [[prototype definitions]]. For a list of all types used in vanilla, see [[data.raw]].
 
=== name ===
'''Type''': [[Types/string]]
 
Unique textual identification of the prototype.
 
For a list of all names used in vanilla, see [[data.raw]].
 
May not contain <code>.</code>, may not exceed a length of 200 characters.
 
== Optional properties ==
=== order ===
'''Type''': [[Types/Order]]
 
Used to order items in inventory, recipes and GUI's.
 
May not exceed a length of 200 characters.
 
=== localised_name ===
'''Type''': [[Types/LocalisedString]]
 
=== localised_description ===
'''Type''': [[Types/LocalisedString]]

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