read_script
Get the full source code of any GDScript file in a Godot project as plain text. Access and review script contents directly.
Instructions
Read the contents of a GDScript file from a Godot project. Returns the full source code as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptPath | Yes | Path to the script file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory |