ignifx0.x · unpublished
GitHub

File formats·skills/ignifx/references/formats/ignifx.inputactions.md

ignifx.inputactions

<!-- Generated by `pnpm docs:schemas`. Do not edit by hand. -->

Input actions file (ignifx/inputactions-file)#

Action maps, their actions, the bindings that feed them, and the control schemes that group devices.

FieldKindDefaultDescription
formatstr"ignifx.inputactions"Always "ignifx.inputactions".
formatVersionu321The file format version; 1 before ignifx 1.0.
controlSchemesarray[]Named device groups: { "name": "Gamepad", "devices": ["Gamepad"] }.
mapsarray[]Action maps: { "name": "Player", "enabled": true, "actions": [ … ] }.