forge_get_script
Retrieve and read source code from GDScript (.gd) or C# (.cs) files to access script contents for development tasks.
Instructions
Read the source code of a GDScript (.gd) or C# (.cs) file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the script file, e.g., "res://scripts/player.gd" |