Find Files by Pattern
godot_find_by_patternFind files in a Godot project by glob pattern, with optional project root scoping, to quickly locate assets, scripts, and other resources.
Instructions
Find files matching a pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Glob pattern (e.g., "**/*.gd") | |
| project_path | No | Optional project root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |