Prototype/CopyPasteTool
The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/prototypes/CopyPasteToolPrototype.html
This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.
Prototype definitions » PrototypeBase » Prototype/Item » Prototype/ItemWithLabel » Prototype/SelectionTool » Prototype/CopyPasteTool
A copy-paste or cut-paste tool.
Optional properties
This prototype inherits all the properties from Prototype/SelectionTool.
cuts
Type: bool
Default: false
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