List Script Files
godot_list_scriptsList all .gd script files in a Godot project, with options to return paths relative to the project root or specify a custom project path.
Instructions
List all .gd script files in the Godot project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relative | No | Return paths relative to project root (default True) | |
| project_path | No | Optional path to project root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |