list_script_functions
Parse GDScript files to extract functions, signals, and variables with parameters, return types, and line numbers for code analysis and navigation.
Instructions
Parse a GDScript file and return all functions, signals, and top-level variables with their names, parameters, return types, and line numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| scriptPath | Yes | Script path (res:// or relative to project) |