input_list_actions
Retrieve all input actions and their key bindings from a Godot project's input map. Returns a JSON list for review or automation.
Instructions
List all input actions defined in the project's input map.
Category: Input
Args: project_path: Path to the Godot project directory
Returns: JSON containing all input actions with their key bindings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |