Prototype/EntityGhost: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Set prototype parent)
(Converted to SMW format)
Line 1: Line 1:
{{Prototype parent|Prototype/Entity}}
{{Prototype parent|Prototype/Entity}}
The entity used for ghosts of entities.


== Basics ==
{{Prototype TOC|entity-ghost|no-properties=true}}
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 ==
== Example ==

Revision as of 20:19, 29 July 2019

Template:Prototype parent The entity used for ghosts of entities.

Template:Prototype TOC

Example

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