Prototype/EntityGhost

From Official Factorio Wiki
Revision as of 15:17, 24 July 2019 by Bilka (talk | contribs) (Set prototype parent)
Jump to navigation Jump to search

Prototype definitions » PrototypeBase » Prototype/Entity » Prototype/EntityGhost


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