analyze_script
Extract the class structure from a GDScript file, including extends, functions, variables, signals, and enums, to understand the code's organization.
Instructions
Analyze a GDScript file to extract its class structure (extends, functions, variables, signals, enums).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project | |
| scriptPath | Yes | Path to the script (relative to project, e.g. scripts/player.gd) |