Prototype/CopyPasteTool: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(1.1: show_in_library removed)
(1.1.36: (alt) selection mode flags no longer ignored)
Line 15: Line 15:
== Ignored properties ==
== Ignored properties ==
'''Prototype/CopyPasteTool''' ignores the following properties that it inherits from [[Prototype/SelectionTool]]:
'''Prototype/CopyPasteTool''' ignores the following properties that it inherits from [[Prototype/SelectionTool]]:
* selection_mode (forced to be "blueprint")
* alt_selection_mode (forced to be "blueprint")
* always_include_tiles (forced to be false)
* always_include_tiles (forced to be false)
* entity_filters
* entity_filters

Revision as of 17:57, 30 July 2021

Template:Prototype parent

A copy-paste or cut-paste tool.

Template:Prototype TOC

Optional properties

This prototype inherits all the properties from Prototype/SelectionTool.

Template:Prototype property

Mandatory values

Copy paste tools must have a stack size of 1.

Ignored properties

Prototype/CopyPasteTool ignores the following properties that it inherits from Prototype/SelectionTool:

  • always_include_tiles (forced to be false)
  • entity_filters
  • entity_type_filters
  • tile_filters
  • entity_filter_mode
  • tile_filter_mode
  • alt_entity_filters
  • alt_entity_type_filters
  • alt_tile_filters
  • alt_entity_filter_mode
  • alt_tile_filter_mode