read_script
Reads and returns the full content of a GDScript file in the Godot project by specifying its resource path.
Instructions
Read the contents of a GDScript file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Script file path (e.g. 'res://scripts/player.gd') |