read_script
Read script file contents from a Godot project by specifying project and script paths. Supports .gd, .cs, .shader files.
Instructions
Read the contents of a script file (.gd, .cs, .shader)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scriptPath | Yes | Path to the script file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory |