File formats·skills/ignifx/references/formats/ignifx.inputactions.md
ignifx.inputactions
<!-- Generated by `pnpm docs:schemas`. Do not edit by hand. -->Input actions file (
Input actions file (ignifx/inputactions-file)#
Action maps, their actions, the bindings that feed them, and the control schemes that group devices.
| Field | Kind | Default | Description |
|---|---|---|---|
format | str | "ignifx.inputactions" | Always "ignifx.inputactions". |
formatVersion | u32 | 1 | The file format version; 1 before ignifx 1.0. |
controlSchemes | array | [] | Named device groups: { "name": "Gamepad", "devices": ["Gamepad"] }. |
maps | array | [] | Action maps: { "name": "Player", "enabled": true, "actions": [ … ] }. |