Types/ConsumingType: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Created page with "A Types/string that defines which other inputs a Prototype/CustomInput consumes. == Possible values == === none === The associated script event will fire when satis...")
(No difference)

Revision as of 09:30, 22 January 2018

A Types/string that defines which other inputs a Prototype/CustomInput consumes.

Possible values

none

The associated script event will fire when satisfied and pass through to normal game events (default).

game-only

The associated script event will fire when satisfied and block game events that conflict with the key sequence. Actions that are processed regardless of game paused state cannot be blocked.

Example

consuming = "none"