Prototype/EntityGhost: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "== Basics == The entity used for ghosts of entities. Extends Prototype/Entity. == Properties == This prototype inherits all the properties from Prototype/Entity. ==...")
 
(Added prototype type to page)
Line 1: Line 1:
== Basics ==
== Basics ==
Prototype type: '''entity-ghost'''
The entity used for ghosts of entities. Extends [[Prototype/Entity]].
The entity used for ghosts of entities. Extends [[Prototype/Entity]].



Revision as of 16:27, 21 January 2019

Basics

Prototype type: entity-ghost

The entity used for ghosts of entities. Extends Prototype/Entity.

Properties

This prototype inherits all the properties from Prototype/Entity.

Example

{
  type = "entity-ghost",
  name = "entity-ghost",
  flags = {"not-on-map"},
  minable = { mining_time = 0, results={}},
},