Prototype/ItemWithEntityData: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == ItemWithEntityData saves data assoicated with the entity that it represents, for example the content of the equipment grid of a car. Extends Prototype/Item....")
 
(Added prototype type to page)
Line 1: Line 1:
== Basics ==
== Basics ==
Prototype type: '''item-with-entity-data'''
ItemWithEntityData saves data assoicated with the entity that it represents, for example the content of the equipment grid of a car. Extends [[Prototype/Item]].
ItemWithEntityData saves data assoicated with the entity that it represents, for example the content of the equipment grid of a car. Extends [[Prototype/Item]].


== Properties ==
== Properties ==
This prototype inherits all the properties from [[Prototype/Item]].
This prototype inherits all the properties from [[Prototype/Item]].

Revision as of 16:28, 21 January 2019

Basics

Prototype type: item-with-entity-data

ItemWithEntityData saves data assoicated with the entity that it represents, for example the content of the equipment grid of a car. Extends Prototype/Item.

Properties

This prototype inherits all the properties from Prototype/Item.