Prototype/EntityGhost: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added prototype type to page)
(Set prototype parent)
Line 1: Line 1:
{{Prototype parent|Prototype/Entity}}
== Basics ==
== Basics ==
Prototype type: '''entity-ghost'''
Prototype type: '''entity-ghost'''

Revision as of 15:17, 24 July 2019

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