Prototype/EntityGhost

From Official Factorio Wiki
Revision as of 11:32, 29 May 2018 by Bilka (talk | contribs) (Created page with "== Basics == The entity used for ghosts of entities. Extends Prototype/Entity. == Properties == This prototype inherits all the properties from Prototype/Entity. ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

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={}},
},