Defines which other inputs a CustomInputPrototype consumes.
"none" | The associated script event will fire when satisfied and pass through to normal game events. |
"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. |