Talk:PrototypeBase

From Official Factorio Wiki
Revision as of 15:03, 4 August 2019 by Slippycheeze (talk | contribs) (demo the suggested redirection notice for making `prototype` point to the list of prototypes, not PrototypeBase page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

proposed update along with redirection of 'prototype' to the list

This is an attempt to emulate the upstream mediawiki Template:Did you mean box

Using that, which has a parameter for the destination page, highly advised. :)

inlined header and demo content

This is a list of all available prototype types in the game. Each point lists the link to the prototype page which is named after the class in the code, and the string that is used as the type name. Prototypes that have the type name <abstract> cannot be directly created, they simple exist as classes that multiple prototypes can inherit properties from. This list is updated to 0.17. All existing prototype pages are for 0.17. Pages with the Types/ prefix are not guaranteed to be up to date.

Programmable speaker.png

Prototype previously redirected to PrototypeBase, the abstract base for all prototypes.

General info for prototype creation:

  • Prototype objects are specified in the data phase: [1]
  • Only the properties listed on the page of a prototype, and the properties the prototype inherits, are recognized by the game. Any additional code will be discarded at the end of the data phase.